webpack-cli
webpack-cli copied to clipboard
Webpack's Command Line Interface
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.0 to 1.77.1. Release notes Sourced from sass's releases. Dart Sass 1.77.1 To install Sass 1.77.1, download one of the packages below and add it to your...
This PR adds a plugin directory with a basic dot-env support plugin. I am not sure on how to go about it further. But provides a basic program in the...
created a cli flags file, please review. if correct ill move forward to complete it. @snitin315 @alexander-akait #1838
**What kind of change does this PR introduce?** feature #1402 **Did you add tests for your changes?** No. **If relevant, did you update the documentation?** No, it is pending. **Summary**...
**What kind of change does this PR introduce?** It introduces a new feature which is the config command which has three options i.e file, name and include. **Did you add...
This package introduces a command to create webppack app will templates of various frameworks such as react and vue via the command create-webpack-app #2944
Bumps [sass](https://github.com/sass/dart-sass) from 1.77.0 to 1.77.2. Release notes Sourced from sass's releases. Dart Sass 1.77.2 To install Sass 1.77.2, download one of the packages below and add it to your...
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. Release notes Sourced from typescript's releases. TypeScript 5.5.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...
For verification, I temporarily modernised package.json by running 'ncu' and 'ncu -u' under the ‘@webpack-cli/generators’ installation folder.  When 'yarn install' was executed, an 'unmet peer dependency' warning for an...
Several internal module versions with deprecated warnings have been modernised. The associated 'unmet peer dependency' warning was also resolved by installing '@types/inquirer, @yeoman/types, mem-fs, webpack'. **What kind of change does...