jetstrap
jetstrap copied to clipboard
Vite has replaced Laravel Mix in new Laravel installations.
Will there be an update for the Vite?
Any update?
No .
install laravel-mix
and change the package.json part where vite is with :
"dev": "npm run development", "development": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "hot": "mix watch --hot", "prod": "npm run production", "production": "mix --production"
this should change the building to mix ! should be added to the repo @tsommie (the pull request with the support for 10 could be also added