Skip to content
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

Closed
sculove opened this issue Jun 20, 2017 · 6 comments
Closed

Upgrade Webpack 3.0 for performance #23

sculove opened this issue Jun 20, 2017 · 6 comments
Assignees
Milestone

Comments

@sculove
Copy link
Contributor

sculove commented Jun 20, 2017

Description

webpack 3.0 supports single scope hoisting.
if we apply it, we get the low file size and fast loading speed.

@netil
Copy link
Member

netil commented Jun 20, 2017

@sculove
Copy link
Contributor Author

sculove commented Jun 23, 2017

we should be waiting for other libaray until update.

  • webpack 3.0.0
  • webpack-dev-server 2.5.0
  • karma-webpack 2.0.3
  • inject-loader 3.0.0

@netil
Copy link
Member

netil commented Jul 7, 2017

1.0.1 dist files are built using webpack 3.0

Not changed the repo code due to webpack plugins compatibility with 3.0

@netil
Copy link
Member

netil commented Jul 7, 2017

Take a look if is applicable.

@netil netil modified the milestone: 1.1.0 Jul 10, 2017
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
@netil
Copy link
Member

netil commented Jul 14, 2017

With greenkeeper integration, dependencies will be automatically updated.
Checkout #65 for the auto PR.

netil added a commit that referenced this issue Jul 18, 2017
Add plugin and change config to es6 syntax

Ref #23
Close #70
@sculove
Copy link
Contributor Author

sculove commented Jul 27, 2017

inject-loader is updated.

@sculove sculove closed this as completed Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants