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
Many devDependencies of this project are listed as dependencies in package.json such as prettier and codecov. This causes them to be installed when a user installs webpack-cli.
There are also some dependencies that don't appear to be used at all, such as global.
If a dependency isn't needed at runtime, it shouldn't be listed in dependencies.
What is the expected behavior?
Only the dependencies necessary to run webpack-cli are installed alongside it.
If this is a feature request, what is motivation or use case for changing the behavior?
webpack-cli is currently a huge install (~66mb). It would be nice to cut down on the dependencies it requires, especially since this project is now required to interact with webpack via CLI.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Many devDependencies of this project are listed as dependencies in package.json such as prettier and codecov. This causes them to be installed when a user installs webpack-cli.
There are also some dependencies that don't appear to be used at all, such as global.
If a dependency isn't needed at runtime, it shouldn't be listed in dependencies.
What is the expected behavior?
Only the dependencies necessary to run webpack-cli are installed alongside it.
If this is a feature request, what is motivation or use case for changing the behavior?
webpack-cli is currently a huge install (~66mb). It would be nice to cut down on the dependencies it requires, especially since this project is now required to interact with webpack via CLI.
The text was updated successfully, but these errors were encountered: