diff --git a/lib/util.js b/lib/util.js index 4d831bd..7867099 100644 --- a/lib/util.js +++ b/lib/util.js @@ -125,7 +125,7 @@ function generatePreviewHead(parsedConfig) { for(const key of Object.keys(parsedConfig)) { for(const value of parsedConfig[key]) { if(key == 'script') { - if(value.src.indexOf('ember-cli-live-reload.js') > -1) { + if(value.src && value.src.indexOf('ember-cli-live-reload.js') > -1) { doc.push(`'); }