webpack-cli
webpack-cli copied to clipboard
Webpack's Command Line Interface
**Is your feature request related to a problem? Please describe.** We can have an `analyze` flag which invokes webpack-bundle-analyzer as bundle information is crucial limiting size and determining potential bloats...
**What kind of change does this PR introduce?** **Did you add tests for your changes?** **If relevant, did you update the documentation?** **Summary** **Does this PR introduce a breaking change?**...
When trying to run my site locally, using the script `yarn hot`, the following error gets thrown at me. It was working as intended until I upgraded all of my...
**What kind of change does this PR introduce?** Fixes the sass config generation. **Did you add tests for your changes?** No. **If relevant, did you update the documentation?** No, no...
**What is the current behavior?** crashes on `yarn serve`, the reason is in the generated webpack config file there is an undefined variable called `stylesHandler`. **To Reproduce** Steps to reproduce...
**What kind of change does this PR introduce?** Bugfix **Did you add tests for your changes?** No **If relevant, did you update the documentation?** Yes **Summary** Firstly this change fixes...
**Describe the bug** Flaky smoke tests. **What is the current behavior?** Sometimes pass sometimes fail on CI. **To Reproduce** Steps to reproduce the behavior: - [Fail](https://github.com/webpack/webpack-cli/runs/5354308786?check_suite_focus=true) - [Pass](https://github.com/webpack/webpack-cli/runs/5369390976?check_suite_focus=true) - [Pass](https://github.com/webpack/webpack-cli/actions/runs/1892497779)...
**What kind of change does this PR introduce?** fix **Did you add tests for your changes?** No **If relevant, did you update the documentation?** No **Summary** Fix #2918 **Does this...