mirror of
https://github.com/tauri-apps/tauri-inliner.git
synced 2026-02-04 02:31:19 +01:00
feat(sortDefsChildren): unset default
This commit is contained in:
@@ -6,6 +6,7 @@ var SVGO = require('svgo');
|
||||
var svgo = new SVGO({
|
||||
plugins: [{
|
||||
cleanupIDs: false,
|
||||
sortDefsChildren: false
|
||||
}]
|
||||
});
|
||||
var basename = require('path').basename;
|
||||
|
||||
@@ -6,6 +6,7 @@ var SVGO = require('svgo');
|
||||
var svgo = new SVGO({
|
||||
plugins: [{
|
||||
cleanupIDs: false,
|
||||
sortDefsChildren: false
|
||||
}]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user