Skip to content

Commit

Permalink
fix(build): define amd module name
Browse files Browse the repository at this point in the history
define amd module name
  • Loading branch information
Breno committed Mar 21, 2017
1 parent 6da587c commit 85265b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
path: './dist',
filename: '[name].js',
library: 'Lime',
libraryTarget: 'umd'
libraryTarget: 'umd',
umdNamedDefine: true
},

devtool: 'source-map',
Expand Down

0 comments on commit 85265b7

Please sign in to comment.