-
Couldn't load subscription status.
- Fork 17
Webpack packaging #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack packaging #102
Conversation
Current coverage is 100% (diff: 100%)@@ develop #102 diff @@
=====================================
Files 15 15
Lines 1627 1627
Methods 278 278
Messages 0 0
Branches 393 393
=====================================
Hits 1627 1627
Misses 0 0
Partials 0 0
|
package.json
Outdated
| "node-uuid": "1.4.7", | ||
| "ora": "^0.3.0", | ||
| "utf-8-validate": "^1.2.1", | ||
| "webpack": "^1.13.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't webpack be a devDep ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
YEP
|
LGTM |
Ora is used to display a spinner in the console while the build is performed.
|
+1 |
1 similar comment
|
+1 |
# Conflicts: # src/Kuzzle.js # src/networkWrapper/protocols/abstract/realtime.js # test/network/offlineQueue.test.js # test/network/query.test.js
This PR drops Grunt and sets Webpack as default package bundler for browser use.
Builds are launched via
and builds are dropped into
dist/.Built files still need some testing IMHO, since some external libraries are excluded (
noParse: [/wsnode\.js/, /crypto/, /buffer/, /node-uuid/]) and I'm not sure everything works fine.