Skip to content

Commit 745a23c

Browse files
committed
fix: Fix library name in webpack config
1 parent 082326f commit 745a23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
output: {
77
path: path.join(__dirname, 'browser-dist'),
88
filename: 'contentful-management.js',
9-
library: 'contentful-management'
9+
library: 'contentfulManagement'
1010
},
1111
module: {
1212
loaders: [

0 commit comments

Comments
 (0)