Disabling SVGO via the svgo
option in config file doesn't seem to work with CLI
#837
Labels
svgo
option in config file doesn't seem to work with CLI
#837
🐛 Bug Report
Disabling SVGO by setting
svgo: false
insvgr.config.js
doesn't seem to work when using the CLI.In order to truly disable it, I have to run it with the
--no-svgo
flag:To Reproduce
Specify the following in
svgr.config.js
:Then run the CLI:
Expected behavior
SVGO optimizations should not be run.
System Info
The text was updated successfully, but these errors were encountered: