-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Labels
Milestone
Comments
btw. you can disable module: {
rules: [
{ parser: { requireEnsure: false } }
]
} |
Neat, thanks @sokra! |
We should probably watch webpack/webpack#4292 (unrelated to this issue, but something to not forget about when cutting 0.10.0). |
Going to push this back to 0.11. |
We've added our own performance hints about post-compression size, closing this as unnecessary. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add lint rule to disallow
require.ensure
(Add lint rule to disallow require.ensure and System.import #1536)Add support for dynamic import() (Add support for dynamic import & disable require.ensure #1538)
Document dynamic import
Tune performance hint thresholds
Dynamic expressions for import() are broken webpack/webpack#4292
The text was updated successfully, but these errors were encountered: