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 4cbdd55 commit 8f655b6Copy full SHA for 8f655b6
webpack.config.js
@@ -4,7 +4,7 @@ var
4
version = require('./package.json').version;
5
6
module.exports = {
7
- entry: './src/kuzzle.js',
+ entry: './src/Kuzzle.js',
8
output: {
9
path: './dist',
10
filename: 'kuzzle.js',
0 commit comments