diff --git a/cssnano.config.js b/cssnano.config.js index 588d0e46..9598da41 100644 --- a/cssnano.config.js +++ b/cssnano.config.js @@ -6,10 +6,11 @@ const defaultPreset = require('cssnano-preset-default'); module.exports = defaultPreset({ svgo: { - plugins: [ - {convertPathData: false}, - {convertShapeToPath: false}, - ], + plugins: [{ + convertPathData: false, + }, { + convertShapeToPath: false, + }], }, });