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

**What kind of change does this PR introduce?** Breaking changes. **Did you add tests for your changes?** Yes. **If relevant, did you update the documentation?** Yes. **Summary** Prepare for the...

PR: unreviewed
PR: reviewed-approved

**Describe the bug** We're having issues updating to webpack 5 and `webpack serve`. Our project is divided into multiple webpack configurations. Say for example we have one configuration for a...

Bug

**What kind of change does this PR introduce?** docs. **Did you add tests for your changes?** No. **If relevant, did you update the documentation?** Yes. **Summary** - Update Options. -...

PR: unreviewed

## Feature request **What is the expected behavior?** Having shareable configs **What is motivation or use case for adding/changing the behavior?** We have to write webpack configs every time we...

Feature Request

**Describe the bug** If you run webpack-cli with NODE_PATH (and not with node_modules in local directory) you end up with request to install dependencies even though everything is properly configured,...

Bug

**Is your feature request related to a problem? Please describe.** We recently updated the init architecture. This makes it easier to add template for initializing new projects. **Describe the solution...

Feature Request

**Different from `interactive` at #586**: This PR just adds support for interactive output mode. **What kind of change does this PR introduce?** Feature **Did you add tests for your changes?**...

Feature
PR: conflict
PR: unreviewed

**Is your feature request related to a problem? Please describe.** A GUI for `webpack-cli` which can be used to - [ ] Add `loaders`, `plugins` from npm directly - [...

Feature Request
UI 🕶

This happens when I use `npx webpack init`. I worked around it by doing `./node_modules/bin/webpack init`. _Originally posted by @volkanunsal in https://github.com/webpack/webpack-cli/issues/191#issuecomment-916912387_

**Is your feature request related to a problem? Please describe.** It's very hard to translate a `webpack.config.js` into a single CLI command. For simple options like `--mode=production` it's pretty straightforward....

Feature Request