-
-
Notifications
You must be signed in to change notification settings - Fork 425
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 a way to opt-out of cosmiconfig #179
Comments
I can't find a place where webpack loader uses external config. Are you sure this feature exists? |
Svgo is invoked here: This method loads configuration off disk with no way to prevent it:
|
Follow up #192. |
🚀 Feature Proposal
Create React App uses
svgr
and we'd like a way to disable the ability to configure the tool via any/all means (mostly via cosmiconfig).Configuration was not present in v1 and is preventing us from moving to v2. 😄
Motivation
Create React App likes to provide sensible defaults that just work, never requiring the user gain an understanding of what lies underneath.
Example
Add an option to the webpack loader / related packages to disable cosmiconfig for svgr & svgo, relying only on the options provided via the API.
The text was updated successfully, but these errors were encountered: