Support custom configuration file
See original GitHub issueDo you want to request a feature or report a bug? Request a feature
What is the current behavior?
Read the package.json
If this is a feature request, what is motivation or use case for changing the behavior? I want to separate configs into specific directory.
Please mention other relevant information.
- node version: 9.11.1
- npm version: 6.0.0
- Operating system: Manjaro
- bundlesize version: 0.17.0
- CI you are using: TravisCI
Issue Analytics
- State:
- Created 5 years ago
- Reactions:8
- Comments:7 (1 by maintainers)
Top Results From Across the Web
How to create a custom configuration file by using the App-V ...
Create a dynamic user configuration file ... Select Advanced, and then select Export Configuration. Enter a file name and select Save. Now you...
Read more >Creating custom configuration files - IBM
You can create custom configuration files from the sample configuration file if the predefined configuration files do not meet your requirements for ...
Read more >Create custom configuration files
Create a custom configuration file · Log on to the OP5 Monitor server as root , using SSH. · Create the following new...
Read more >Custom configuration files | Documentation - Splunk Dev
Specify reload settings in the app.conf file for the app that contains the custom configuration file. This process updates all modular inputs system-wide...
Read more >Extending Configuration Support - Quarkus
A custom ConfigSource requires an implementation of org.eclipse.microprofile.config.spi.ConfigSource or org.eclipse.microprofile.config.spi.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Implemented in https://github.com/siddharthkp/bundlesize/pull/316 and published in 0.18.0 🎉
Check out README for details
Agreed. It would be nice to have a
.bundlesizerc.json
file option for those who like to keep config out ofpackage.json
and npm scripts (following other tools:.babelrc
,.eslintrc.json
,.lintstagedrc.json
,.prettierrc.json
,now.json
, etc.).Thanks for the great tool!