Skip to content

Commit 2dd9ece

Browse files
committed
expose Kuzzle as global object
1 parent 8752067 commit 2dd9ece

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
@@ -14,7 +14,7 @@ module.exports = {
1414
devtool: 'source-map',
1515
node: {
1616
console: false,
17-
global: false,
17+
global: true,
1818
process: false,
1919
Buffer: false,
2020
__filename: false,

0 commit comments

Comments
 (0)