Skip to content

Commit

Permalink
fix(amd): do not name AMD module in UMD #98
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 28, 2017
1 parent 95ba2e2 commit fced1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.web.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
path: DIST,
library: 'Pact',
libraryTarget: 'umd',
umdNamedDefine: true,
umdNamedDefine: false,
filename: 'pact-web.js'
},
resolve: {
Expand Down

0 comments on commit fced1ab

Please sign in to comment.