- BREAKING CHANGE: On the webpack configuration file the
svgoConfig
option must now go insideHtmlWebpackInlineSVGPlugin({})
instead ofHtmlWebpackPlugin({})
. An error is thrown at webpack build time otherwise. - The defaults for the
svgo
module aren't hardcoded anymore and –excepting thecleanupIDs
option– the defaults are now set by the own modulesvgo
and nothtml-webpack-inline-svg-plugin
.