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
{{ message }}
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
Installing webpack-serve also installs webpack-cli. There don't appear to be any references to webpack-cli in webpack-serve, so I'm wondering if it needs to be included as a dependency. Maybe there's a reason for this that I'm missing?
How Do We Reproduce?
npm i webpack-serve
New Feature Use Case
webpack-cli is huge and some of its dependencies have postinstall scripts that take a ton of time, so if there's not a particular reason for webpack-serve to depend on it, it would be great to remove it from the dependencies. (Happy to PR this if you'd like.)
The text was updated successfully, but these errors were encountered:
At a point we were using one of it's convenience methods, but that was a while back. Looks like it stuck around as an old artifact. I'll get that cleaned up in a commit soon here.
This issue is for a:
Actual Behavior
Installing webpack-serve also installs webpack-cli. There don't appear to be any references to webpack-cli in webpack-serve, so I'm wondering if it needs to be included as a dependency. Maybe there's a reason for this that I'm missing?
How Do We Reproduce?
npm i webpack-serve
New Feature Use Case
webpack-cli is huge and some of its dependencies have postinstall scripts that take a ton of time, so if there's not a particular reason for webpack-serve to depend on it, it would be great to remove it from the dependencies. (Happy to PR this if you'd like.)
The text was updated successfully, but these errors were encountered: