Skip to content

v3.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@cshawaus cshawaus released this 11 Oct 07:43
· 47 commits to develop since this release

I accidentally published v3.0.0-beta.5 without tagging it as a beta release so we jump from v3.0.0-beta.4 to v3.0.0-beta.6.

🚀 Features

  • Updated to the official release of webpack v5
  • Set the default target for browserslist and web
  • Removed entry from WebpackIgnoredProps due to the new import structure available which allows more control over build outcomes

🐛 Bug Fixes

  • Removed OptimizeCSSAssetsPlugin due to no webpack 5 support
  • Fixed webpack modules resolver for projects using Yarn workspaces
  • Fixed getIfUtilsInstance incorrectly caching itself which cause dev and prod builds to cross over

🧰 Maintenance

  • Updated all NPM dependencies to their latest releases