-
-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webpack-cli init
- Support for webpack version 4
#350
Comments
Not sure it should differentiate version via user input and add an extra level of complexity into the generator, imo just link previous version as you would for installing older webpack in package.json. Whilst i am with you on fixing the writing of webpack4 ready config file including |
@EugeneHlushko So when I do Sure, provide a PR. |
@Legends Version differentiation can also be achieved by making extra files for that init command to maintain them separately if its worth it and people upvote the feature. E.g.
|
@ev1stensberg im on it, pls assign on me for transparency |
I use TypeScript and not
|
@EugeneHlushko issue assigned to you :) |
@Legends can't you just use file read at the location |
@EugeneHlushko Thanks for the clarification |
@ev1stensberg Sorry, what do you mean? |
nvm |
Do you want to request a feature or report a bug?
What is the current behavior?
Creates an old starter template for webpack.config.js
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
CommonsChunkPlugin is deprecated and would not expect it in the template.
Add a question which version of webpack the user wants to use.
The text was updated successfully, but these errors were encountered: