You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. webpack-cli init from my point of view has 2 main purposes, making the setup faster and making it easier expecially for beginners. For these reasons I think the default answers for webpack-cli init should be modified to allow creating the simpler possible setup.
Describe the solution you'd like
? Will your application have multiple bundles? (Y/n)
Having multiple bundles is an "advanced" and less common configuration compared to having just one entry point.
I think the default should be (y/N)
? Will you use one of the below CSS solutions?
Same here, the default option is SASS where a better default would be No:
> SASS
LESS
CSS
PostCSS
No
Also, I use init mainly to scaffold node projects where I don't use CSS.
Additional context
I think this is a very very small modification that can slightly improve the user experience.
I can work on this if it is something desirable :)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
webpack-cli init
from my point of view has 2 main purposes, making the setup faster and making it easier expecially for beginners. For these reasons I think the default answers forwebpack-cli init
should be modified to allow creating the simpler possible setup.Describe the solution you'd like
? Will your application have multiple bundles? (Y/n)
Having multiple bundles is an "advanced" and less common configuration compared to having just one entry point.
I think the default should be
(y/N)
? Will you use one of the below CSS solutions?
Same here, the default option is
SASS
where a better default would beNo
:Also, I use
init
mainly to scaffold node projects where I don't use CSS.Additional context
I think this is a very very small modification that can slightly improve the user experience.
I can work on this if it is something desirable :)
The text was updated successfully, but these errors were encountered: