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?** bugfix **Did you add tests for your changes?** No. **If relevant, did you update the documentation?** No. **Summary** Fix https://github.com/webpack/webpack-cli/issues/3355 **Does this...

PR: reviewed-approved

**What kind of change does this PR introduce?** chore **Did you add tests for your changes?** No. **If relevant, did you update the documentation?** No. **Summary** update `yeoman-generator` to v5....

PR: reviewed-approved

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.37.0 to 5.38.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) Changelog Sourced...

PR: reviewed-approved
dependencies

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.37.0 to 5.38.0. Release notes Sourced from @​typescript-eslint/parser's releases. v5.38.0 5.38.0 (2022-09-19) Features website: add warning on top of formatting rule docs pages (#5598) (5dfa2e9) Changelog Sourced...

PR: reviewed-approved
dependencies

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.0 to 29.0.1. Release notes Sourced from ts-jest's releases. v29.0.1 Please refer to CHANGELOG.md for details. Changelog Sourced from ts-jest's changelog. 29.0.1 (2022-09-13) Bug Fixes legacy: include...

PR: unreviewed
dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...

PR: reviewed-approved
dependencies

**Describe the bug** Hello, I don't know if this is the correct, project and a few problems that all seem to be related to either `webpack-cli` or `webpack-dev-server`, so please...

Bug

**Is your feature request related to a problem? Please describe.** As webpack configurations grow, and abstractions on top of `webpack.config.js` increases, it would be nice to output how the config...

Feature Request

Hi, is the init script abandoned? I have initialized a project with it but the generated configuration does not even match the website's documentation at all. Is the init script...

Bug

**What kind of change does this PR introduce?** feature Adds built in support to webpack to handle .env files **Did you add tests for your changes?** not yet **If relevant,...

PR: reviewed-changes-requested