diff --git a/.svgo.yml b/.svgo.yml index a2b6e520..a504b966 100644 --- a/.svgo.yml +++ b/.svgo.yml @@ -57,6 +57,7 @@ plugins: - removeElementsByAttr - addClassesToSVGElement - removeStyleElement + - removeScriptElement - addAttributesToSVGElement # configure the indent (default 4 spaces) used by `--pretty` here: diff --git a/README.md b/README.md index 73e3393e..bd6db046 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Today we have: | [addClassesToSVGElement](https://github.com/svg/svgo/blob/master/plugins/addClassesToSVGElement.js) | add classnames to an outer `` element (disabled by default) | | [addAttributesToSVGElement](https://github.com/svg/svgo/blob/master/plugins/addAttributesToSVGElement.js) | adds attributes to an outer `` element (disabled by default) | | [removeStyleElement](https://github.com/svg/svgo/blob/master/plugins/removeStyleElement.js) | remove `