-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Move filesize to dev dependencies #401
Conversation
It's only used in the client
Is client bundled before publishing? |
@@ -37,7 +37,6 @@ | |||
"acorn-walk": "^8.0.0", | |||
"chalk": "^4.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be replaced by colorette
(light, fast and with simple API), already used in webpack-cli@4
, so for developers which use webpack-cli
and webpack-bundle-analyzer
we will have less deps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point but something for a different PR :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool 👍 Just checked that mobx
is also only in devDependencies so client-only packages are OK to be specified only in devDependencies 👍
It's only used in the client