Skip to content
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

Add support for config in a separate file (.bundlesizerc) #256

Closed
bniwredyc opened this issue Oct 18, 2018 · 1 comment
Closed

Add support for config in a separate file (.bundlesizerc) #256

bniwredyc opened this issue Oct 18, 2018 · 1 comment

Comments

@bniwredyc
Copy link

Do you want to request a feature or report a bug?
Feature

What is the current behavior?
bundlesize can be configured by package.json section or CLI

If this is a feature request, what is motivation or use case for changing the behavior?
I have a pretty large package.json and I want to put libs' configs in separate files like .jestrc, .prettierrc, .eslintrc and so on. I want to do it with bundlesize too like this:
https://gist.github.com/bniwredyc/16a2e95ac06be090561710b0d9423680

If approved I will implement it myself.

@siddharthkp
Copy link
Owner

siddharthkp commented Jun 29, 2019

Implemented in #316 and published in 0.18.0 🎉

Check out README for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants