diff options
Diffstat (limited to 'svgo.config.js')
-rw-r--r-- | svgo.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svgo.config.js b/svgo.config.js index 19c41a8..d3a55ae 100644 --- a/svgo.config.js +++ b/svgo.config.js @@ -1,6 +1,6 @@ 'use strict' -const path = require('path') +const path = require('node:path') module.exports = { multipass: true, @@ -24,7 +24,6 @@ module.exports = { // The next plugins are included in svgo but are not part of preset-default, // so we need to enable them separately 'cleanupListOfValues', - 'sortAttrs', { name: 'removeAttrs', params: { |