We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do you want to request a feature or report a bug?
Bug
What is the current behavior? The init command add the chosen libraries inside the dependencies section of the package.json
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior? It should add them inside the devDependencies of the package.json
The text was updated successfully, but these errors were encountered:
it's already happening though? https://github.com/webpack/webpack-cli/blob/master/lib/generators/init-generator.js#L413
Sorry, something went wrong.
I tried the package on a project and I saw that the dependencies were installed in the wrong section
Did you run it from the CLI itself or another project? Could you print your pkg.json?
I ran it through the cli itself.
I'm able to reproduce this, so yeah, let's fix it
No branches or pull requests
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
The init command add the chosen libraries inside the dependencies section of the package.json
If the current behavior is a bug, please provide the steps to reproduce.
What is the expected behavior?
It should add them inside the devDependencies of the package.json
The text was updated successfully, but these errors were encountered: