@oroinc/oro-webpack-config-builder 5.1.0-dev008 → 5.1.0-dev009

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oroinc/oro-webpack-config-builder",
3
- "version": "5.1.0-dev008",
3
+ "version": "5.1.0-dev009",
4
4
  "author": "Oro, Inc (https://www.oroinc.com)",
5
5
  "license": "MIT",
6
6
  "description": "An integration of OroPlatform based applications with the Webpack.",
@@ -15,5 +15,18 @@ module.exports = {
15
15
  removeViewBox: false
16
16
  }
17
17
  }
18
+ },
19
+ // The next plugins are included in svgo but are not part of preset-default,
20
+ // so we need to enable them separately
21
+ 'cleanupListOfValues',
22
+ {
23
+ name: 'removeAttrs',
24
+ params: {
25
+ attrs: [
26
+ 'clip-rule',
27
+ 'data-name',
28
+ 'fill'
29
+ ]
30
+ }
18
31
  }]
19
32
  };