We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6691e67 commit 877c4f6Copy full SHA for 877c4f6
lib/broccoli/angular2-app.js
@@ -30,7 +30,7 @@ Angular2App.prototype.toTree = function() {
30
'angular2/bundles/upgrade.dev.js'
31
];
32
33
- if (this.options.vendorNpmFiles) {
+ if (this.options && this.options.vendorNpmFiles) {
34
vendorNpmFiles = vendorNpmFiles.concat(this.options.vendorNpmFiles);
35
}
36
0 commit comments