Skip to content

Some improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@Julien-R44 Julien-R44 released this 25 Mar 21:46

Breaking Changes

  • generateEntryPointsTags method is now async.

Changes

  • Prevent fouc in development. We initially have a patch for this in adonisjs/inertia. The patch has been moved to the adonisjs/vite package directly with a more generic implementation. thanks to this, fouc will be avoided on adonisjs+tsx, adonisjs+edge, adonisjs+inertia stacks.
  • Attempt to improve the start-up time of the Vite provider

Commits

  • feat: prevent fouc in development (#12) 15bef87
  • fix: config/vite.stub file not found b8dc984
  • perf: improve boot time of the provider 76016e4
  • refactor!: remove vite config builtin aliases 9b6f1b9

v3.0.0-8...v3.0.0-9