Skip to content

Commit 8752067

Browse files
committed
syntax
1 parent db865b5 commit 8752067

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: './dist',
88
filename: 'kuzzle.js',
9-
library: 'Kuzzle',
9+
library: 'Kuzzle',
1010
libraryTarget: 'umd'
1111
},
1212
watch: false,

0 commit comments

Comments
 (0)