Skip to content

Commit

Permalink
hotfix - expose Kuzzle to browsers global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitvidis committed Dec 29, 2016
1 parent 2608754 commit f403c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kuzzle-sdk",
"version": "2.3.2",
"version": "2.3.3",
"description": "Official Javascript SDK for Kuzzle",
"author": "The Kuzzle Team <support@kuzzle.io>",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Expand Up @@ -6,14 +6,15 @@ module.exports = {
output: {
path: './dist',
filename: 'kuzzle.js',
library: 'Kuzzle',
libraryTarget: 'umd'
},
watch: false,
debug: false,
devtool: 'source-map',
node: {
console: false,
global: false,
global: true,
process: false,
Buffer: false,
__filename: false,
Expand Down

0 comments on commit f403c77

Please sign in to comment.