The configuration
{
render: {
css: false
}
}
should suppress CSS output rendering altogether. As long as no Sass / LESS / whatever rendering is enabled, only the SVG and PNG sprites should be generated. As reported by @benfrain, this doesn't work at the moment. There will always be CSS files being generated.
The configuration
should suppress CSS output rendering altogether. As long as no Sass / LESS / whatever rendering is enabled, only the SVG and PNG sprites should be generated. As reported by @benfrain, this doesn't work at the moment. There will always be CSS files being generated.