Skip to content

Commit fced1ab

Browse files
committed
fix(amd): do not name AMD module in UMD #98
1 parent 95ba2e2 commit fced1ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/webpack.web.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
path: DIST,
1111
library: 'Pact',
1212
libraryTarget: 'umd',
13-
umdNamedDefine: true,
13+
umdNamedDefine: false,
1414
filename: 'pact-web.js'
1515
},
1616
resolve: {

0 commit comments

Comments
 (0)