aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/svgo.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/svgo.yml b/build/svgo.yml
index 047e6947f..1b592f00f 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