Skip to content

Commit 8f655b6

Browse files
committed
Bad entry point for Kuzzle
1 parent 4cbdd55 commit 8f655b6

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
@@ -4,7 +4,7 @@ var
44
version = require('./package.json').version;
55

66
module.exports = {
7-
entry: './src/kuzzle.js',
7+
entry: './src/Kuzzle.js',
88
output: {
99
path: './dist',
1010
filename: 'kuzzle.js',

0 commit comments

Comments
 (0)