webpack / webpack-cli

Webpack's Command Line Interface
https://webpack.js.org/api/cli
MIT License
2.57k stars 603 forks source link

Feat: webpack template generator for webpack repos #4152

Closed info-arnav closed 5 months ago

info-arnav commented 6 months ago

With reference to #3768

The following --template flag will be introduced

webpack init --template webpack

And the template webpack will act as a replacer for webpack-defaults

I have only added the basic idea of execution, please lemme know if it is interprated correctly; then ill continue.