mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Tune plugins
This commit is contained in:
@ -5,7 +5,7 @@ exports.type = 'perItem';
|
||||
exports.active = true;
|
||||
|
||||
exports.params = {
|
||||
removeAny: false
|
||||
removeAny: true
|
||||
};
|
||||
|
||||
exports.description = 'removes <desc> (only non-meaningful by default)';
|
||||
|
Reference in New Issue
Block a user