chore(cssnano) lint

This commit is contained in:
coderaiser 2021-01-21 20:17:31 +02:00
parent e3cac1a892
commit 38d29a6b27

View file

@ -6,10 +6,11 @@ const defaultPreset = require('cssnano-preset-default');
module.exports = defaultPreset({
svgo: {
plugins: [
{convertPathData: false},
{convertShapeToPath: false},
],
plugins: [{
convertPathData: false,
}, {
convertShapeToPath: false,
}],
},
});