We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
angular/core
1 parent cdf1d19 commit adfbde3Copy full SHA for adfbde3
packages/ng2/webpack.config.js
@@ -43,6 +43,6 @@ module.exports = {
43
},
44
45
externals: {
46
- "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' }
47
}
48
};
0 commit comments