Skip to content

v7.9.0

Latest
Compare
Choose a tag to compare
@VerteDinde VerteDinde released this 10 Sep 00:52
v7.9.0
cd63f57

What's Changed

Vite Plugin Changes

In this release, a few improvements to the Vite plugin are important to note:

  • We've had Out of Memory issues reported in the past for Vite builds with many renderer targets (ref #3965). Forge 7.9 adds the ability to limit the number of concurrent builds with the concurrent configuration flag. Note that another workaround to memory issues is to increase V8's max memory size using the --max_old_space_size CLI flag in Node.
  • Forge 7.9 changes the default behaviour of Vite's static asset handling. Previously, the publicDir would copy to all build targets, where apps would typically only want to have the dir available for the web/renderer target. If you need to change this behaviour back, enable the build.copyPublicDir option in the relevant Vite configurations.

Features:

  • feat: updated publisher-s3 to support cache max-age for release files by @discorev in #3968
  • feat: added inquirer as an alternative to --template cli by @sethcg in #3933
  • feat(plugin-vite): add concurrent option by @erickzhao in #3990
  • feat: improve Yarn Berry support by @erickzhao in #3997

Bug Fixes and Improvements

New Contributors

Full Changelog: v7.8.3...v7.9.0