-
Notifications
You must be signed in to change notification settings - Fork 356
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
Upgrade Webpack 3.0 for performance #23
Comments
we should be waiting for other libaray until update.
|
1.0.1 dist files are built using webpack 3.0 Not changed the repo code due to webpack plugins compatibility with 3.0 |
Take a look if is applicable. |
sculove
pushed a commit
that referenced
this issue
Jul 14, 2017
- with this plugin, can shrink some bytes with webpack 3.0 scope hoisting - change webpack's config to es6 syntax Ref #23
With greenkeeper integration, dependencies will be automatically updated. |
inject-loader is updated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
webpack 3.0 supports
single scope hoisting
.if we apply it, we get the low file size and fast loading speed.
The text was updated successfully, but these errors were encountered: