Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Commit

Permalink
fix(build): Don't leak the module name characters into the global space
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Oct 24, 2015
1 parent 600a73e commit 1b18fae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = {
output: {
path: __dirname + '/dist/js',
filename: jsFilename,
libraryTarget: 'umd'
libraryTarget: 'umd',
library: 'angularBootstrapCalendarModuleName'
},
externals: {
angular: 'angular',
Expand Down

0 comments on commit 1b18fae

Please sign in to comment.