v3.0.0-beta.6
Pre-release
Pre-release
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
andweb
- Removed
entry
fromWebpackIgnoredProps
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