Skip to content

v2.2.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 17 Jun 21:46
· 280 commits to master since this release
  • Updated all dependencies to latest releases.
  • PrerenderPlugin:
    • Fixed React hook-based rendering, ensuring only one copy of React is loaded.
  • WebOSMetaPlugin:
    • No longer requires HtmlWebpackPlugin to function.
    • Switch deprecated new Buffer() to Buffer.from() to avoid NodeJS deprecation notice.