mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: rm cssnano: has no sense for spinner, option disabled by default (https://svgo.dev/docs/plugins/convertPathData/)
This commit is contained in:
parent
76125be9f5
commit
fb40bd9cec
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
'use strict';
|
||||
|
||||
// used by OptimizeCssAssetsPlugin
|
||||
const defaultPreset = require('cssnano-preset-default');
|
||||
|
||||
module.exports = defaultPreset({
|
||||
svgo: {
|
||||
plugins: [{
|
||||
convertPathData: false,
|
||||
}, {
|
||||
convertShapeToPath: false,
|
||||
}],
|
||||
},
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue