webpack-cli icon indicating copy to clipboard operation
webpack-cli copied to clipboard

Webpack's Command Line Interface

Results 94 webpack-cli issues
Sort by recently updated
recently updated
newest added

**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...

Feature
inactive

**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?**...

PR: unreviewed

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...

Bug

**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...

PR: review-outdated

**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...

Bug

**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...

PR: review-outdated
PR: small

**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)...

Bug

**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...

PR: conflict
PR: small
PR: reviewed-changes-requested