mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cssnano) lint
This commit is contained in:
parent
e3cac1a892
commit
38d29a6b27
1 changed files with 5 additions and 4 deletions
|
|
@ -6,10 +6,11 @@ const defaultPreset = require('cssnano-preset-default');
|
|||
|
||||
module.exports = defaultPreset({
|
||||
svgo: {
|
||||
plugins: [
|
||||
{convertPathData: false},
|
||||
{convertShapeToPath: false},
|
||||
],
|
||||
plugins: [{
|
||||
convertPathData: false,
|
||||
}, {
|
||||
convertShapeToPath: false,
|
||||
}],
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue