From 0f376c1107e27298319396ff910bac562de2a59d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 22 Jul 2019 11:00:09 +0300 Subject: [PATCH] Update svgo.yml. (#29089) --- build/svgo.yml | 3 +++ 1 file changed, 3 insertions(+) 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