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

Enable webpack v2 performance hints #1529

Closed
2 of 5 tasks
Timer opened this issue Feb 11, 2017 · 5 comments
Closed
2 of 5 tasks

Enable webpack v2 performance hints #1529

Timer opened this issue Feb 11, 2017 · 5 comments

Comments

@Timer
Copy link
Contributor

Timer commented Feb 11, 2017

@sokra
Copy link

sokra commented Feb 12, 2017

btw. you can disable require.ensure in webpack 2.

module: {
  rules: [
    { parser: { requireEnsure: false } }
  ]
}

@Timer
Copy link
Contributor Author

Timer commented Feb 12, 2017

Neat, thanks @sokra!

@Timer
Copy link
Contributor Author

Timer commented Feb 22, 2017

We should probably watch webpack/webpack#4292 (unrelated to this issue, but something to not forget about when cutting 0.10.0).

@gaearon gaearon modified the milestones: 0.11.0, 0.10.0 May 8, 2017
@gaearon
Copy link
Contributor

gaearon commented May 8, 2017

Going to push this back to 0.11.

@Timer
Copy link
Contributor Author

Timer commented Sep 29, 2017

We've added our own performance hints about post-compression size, closing this as unnecessary.

@Timer Timer closed this as completed Sep 29, 2017
@lock lock bot locked and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants