-
Notifications
You must be signed in to change notification settings - Fork 1.5k
update webpack and babel #2694
Comments
Would you ditch |
With gulp everything is in one place at the moment. I have no problem replacing gulp with some nice well-structured npm-scripts, but I'm not investing time in this at the moment. |
I had no issues with webpack2 versions:
Now with
I am having same problems related to this webpack/webpack#4039 error:
example: |
Thanks!! I'll check it out after the next release. |
I've created a branch webpack2. The vis.js build works but shows a deprecation warning at the moment. We should wait until this warning is resolved to prevent tons of bug-reports.
We should monitor the following issues and wait until they are fixed: babel/babel-loader#391 and babel/babel-loader#392 |
By the way the vis.js filesize changed with webpack 2 from 1722353 to 1623284 what is an reduction of 100k or -6%. |
Hi, please have a look at this issue, which is related: #2934 |
Thanks @wimrijnders |
OK, will scan all modules for latest stable versions. I indeed did the minimal updates necessary for other issues to get a working setup. Might as well go all the way. |
@wimrijnders The webpack syntax changed a little since webpack 2. Be aware! |
@mojoaxel I already fixed the syntax. All works fine right now. |
LGTM |
We should change the build process to leverage the new features introduced in webpack v2
The text was updated successfully, but these errors were encountered: