jetstrap icon indicating copy to clipboard operation
jetstrap copied to clipboard

Vite has replaced Laravel Mix in new Laravel installations.

Open yalcincoruh opened this issue 2 years ago • 3 comments

Will there be an update for the Vite?

yalcincoruh avatar Jul 19 '22 20:07 yalcincoruh

Any update?

alokVishu avatar Aug 30 '22 11:08 alokVishu

No .

yalcincoruh avatar Aug 30 '22 14:08 yalcincoruh

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

H4xl0r avatar Apr 03 '23 06:04 H4xl0r