Skip to content

Commit 77e5f4f

Browse files
committed
fix webpack build with uuid
1 parent 2932ae2 commit 77e5f4f

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Clone this github repository and run ``npm run build``. A ``dist`` directory wil
104104

105105

106106
```html
107-
<script type="text/javascript" src="dist/kuzzle.min.js"></script>
107+
<script type="text/javascript" src="dist/kuzzle.js"></script>
108108
```
109109

110110
If you want to support older browser versions, you may load `socket.io` before Kuzzle, making the SDK compatible with browsers without websocket support:

dist/kuzzle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/kuzzle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ module.exports = {
2121
setImmediate: false
2222
},
2323
module: {
24-
noParse: [/ws/, /crypto/, /buffer/, /uuid/],
2524
loaders: [
2625
{
2726
test: /\.js$/,

0 commit comments

Comments
 (0)