feature: rm cssnano: has no sense for spinner, option disabled by default (https://svgo.dev/docs/plugins/convertPathData/)

This commit is contained in:
coderiaser 2026-02-08 20:39:01 +02:00
parent 76125be9f5
commit fb40bd9cec

View file

@ -1,14 +0,0 @@
'use strict';
// used by OptimizeCssAssetsPlugin
const defaultPreset = require('cssnano-preset-default');
module.exports = defaultPreset({
svgo: {
plugins: [{
convertPathData: false,
}, {
convertShapeToPath: false,
}],
},
});