Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@AntonioRedondo AntonioRedondo released this 12 Aug 16:48
· 2 commits to master since this release
d7aff06
  • BREAKING CHANGE: On the webpack configuration file the svgoConfig option must now go inside HtmlWebpackInlineSVGPlugin({}) instead of HtmlWebpackPlugin({}). An error is thrown at webpack build time otherwise.
  • The defaults for the svgo module aren't hardcoded anymore and –excepting the cleanupIDs option– the defaults are now set by the own module svgo and not html-webpack-inline-svg-plugin.