-
Notifications
You must be signed in to change notification settings - Fork 167
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
Create basic webpack.config.js #5203
Comments
This is a must have for all new projects and should also be generated by the migration tool for the projects that are migrated. The developers should not have to worry about adding the needed dependencies like babel. |
Unless the file exists, the Maven plugin creates it based on a default template we have that works well with Flow. The user can then configure it further if they want. |
manolo
added a commit
that referenced
this issue
Mar 14, 2019
manolo
added a commit
that referenced
this issue
Mar 14, 2019
manolo
added a commit
that referenced
this issue
Mar 14, 2019
bogdanudrescu
pushed a commit
that referenced
this issue
Mar 14, 2019
This was referenced Jan 30, 2023
This was referenced Feb 6, 2023
This was referenced Feb 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should give an easy way to create webpack config to the user,
flow-maven-plugin
might create it if not found. At the same time needs to update needed dependencies (webpack, babel, etc)The text was updated successfully, but these errors were encountered: