Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@khalwat khalwat released this 19 Mar 21:48
· 1 commit to craft-webpack since this release

Added

  • Switch the main branch to craft-vite so the default project now uses Vite.js
  • Significantly increased startup times via a composer_install.sh script that only runs composer install at container startup time if composer.lock or vendor/ is missing
  • Significantly increased startup times via a npm_install.sh script that only runs npm install at container startup time if package-lock.json or node_modules/ is missing

Changed

  • Run migrations / project config changes via the run_queue.sh script, only after the db container responds
  • refactor: Remove tty: true which causes console output to not appear in Docker Composer API 2.3.0. ref: docker/compose#9288