webpack-cli
webpack-cli copied to clipboard
Webpack's Command Line Interface
**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...
**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....
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...
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...
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...
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...
**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...
**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...
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...
**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,...