v6.0.0
Breaking change
- [c0041b0]
svg.plugins:
option should be the following syntax:
minify:
svg:
plugins:
# v6
+ removeComments: false
+ cleanupIDs: false
+ builtinPluginName:
+ optionName: 'optionValue'
# v5
- - name: 'removeComments'
- active: false
- - name: 'cleanupIDs'
- active: false
# v4
- - removeComments: false
- - cleanupIDs: false
The option only overrides svgo's default plugins, other (svgo) options are not supported.
- [#84] Support Node 17
- Drop Node 15