-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
Feature: Init transformations #29
Comments
We should also add here an explicit task to run a validation of the generated config, so we ensure that everything is going to work fine for the user. Also, would be nice when we could optionally generate webpack 1 and/or webpack 2 configs Here are also some notes of features the init should have. Taken from #4
Also some people have suggested to allow the user to generate a specific config for different architectures, such as vue, or react. When we do so, we should then consider for which frameworks we want to generate a setup, and how they differ from each other. IMHO there are way to many frameworks, and we can't support a generation for them all, at least at the beginning, so, the first question to answer would be:
Similar initiatives: webpack-init |
I think this is resolved of #105 , reopen if needed. |
Do you want to request a feature or report a bug?
Feature -
webpack --init
should kickstart a volley of inquirer questions. Each of the questions will be backed by a transformer. Each transformer will be transforming a single AST. When the end of questions is reached, the AST will be pretty printed to source code of the webpack config.What is the current behavior?
Does not exist
If the current behavior is a bug, please provide the steps to reproduce.
Does not exist
What is the expected behavior?
If this is a feature request, what is motivation or use case for changing the behavior?
Initial development
Please mention other relevant information such as the browser version, Node.js version, Operating System and programming language.
WIP - project structure for the same.
The text was updated successfully, but these errors were encountered: