Skip to content

Commit

Permalink
fix(build): declare external dep on angular/core in webpack bundle
Browse files Browse the repository at this point in the history
Closes #2687
  • Loading branch information
christopherthielen committed Apr 11, 2016
1 parent cdf1d19 commit adfbde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ng2/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ module.exports = {
},

externals: {
"angular2/core": { root: 'angular2/core', commonjs2: 'angular2/core', commonjs: 'angular2/core' }
"angular2/core": { root: 'angular2/core', amd: 'angular2/core', commonjs2: 'angular2/core', commonjs: 'angular2/core' }
}
};

0 comments on commit adfbde3

Please sign in to comment.