question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Enable webpack v2 performance hints

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
sokracommented, Feb 12, 2017

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

module: {
  rules: [
    { parser: { requireEnsure: false } }
  ]
}
1reaction
Timercommented, Feb 22, 2017

We should probably watch https://github.com/webpack/webpack/issues/4292 (unrelated to this issue, but something to not forget about when cutting 0.10.0).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Performance | webpack
An asset is any emitted file from webpack. This option controls when webpack emits a performance hint based on individual asset size in...
Read more >
An in-depth guide to performance optimization with webpack
A good understanding of webpack's underlying principles can vastly improve your bundle size, application performance, and user experience.
Read more >
Keep webpack Fast: A Field Guide for Better Build Performance
Keep webpack Fast: A Field Guide for Better Build Performance · Sharing code. It's typical for the same code to find its way...
Read more >
Why do Webpack 5 return a non-zero error code for ...
In Webpack 4, these hints did not return any error code. How can I enable the performance hints as warnings in Webpack 5...
Read more >
A mostly complete guide to webpack 5 (2020)
The relevant configuration starts with the module key. Inside this key we configure each loaders group, or a single loader, inside rules ....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found