0
0
mirror of https://github.com/lipis/flag-icons.git synced 2024-11-22 02:47:32 +01:00
flags/svgo.config.js

17 lines
309 B
JavaScript
Raw Normal View History

2021-10-25 11:04:13 +02:00
module.exports = {
plugins: [
{
name: 'preset-default',
params: {
overrides: {
cleanupIDs: false,
},
},
},
'sortAttrs',
'removeDimensions',
'removeStyleElement',
'removeScriptElement',
],
};