We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db865b5 commit 8752067Copy full SHA for 8752067
webpack.config.js
@@ -6,7 +6,7 @@ module.exports = {
6
output: {
7
path: './dist',
8
filename: 'kuzzle.js',
9
- library: 'Kuzzle',
+ library: 'Kuzzle',
10
libraryTarget: 'umd'
11
},
12
watch: false,
0 commit comments