diff --git a/build/svgo.yml b/build/svgo.yml index 047e6947f0..1b592f00fb 100644 --- a/build/svgo.yml +++ b/build/svgo.yml @@ -35,6 +35,9 @@ plugins: - minifyStyles: true - moveElemsAttrsToGroup: true - moveGroupAttrsToElems: true + - removeAttrs: + attrs: + - "data-name" - removeComments: true - removeDesc: true - removeDoctype: true