You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Will there be an update for the Vite?
The text was updated successfully, but these errors were encountered: