Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vite has replaced Laravel Mix in new Laravel installations. #89

Open
yalcincoruh opened this issue Jul 19, 2022 · 3 comments
Open

Vite has replaced Laravel Mix in new Laravel installations. #89

yalcincoruh opened this issue Jul 19, 2022 · 3 comments

Comments

@yalcincoruh
Copy link

Will there be an update for the Vite?

@alokVishu
Copy link

Any update?

@yalcincoruh
Copy link
Author

yalcincoruh commented Aug 30, 2022

No .

@H4xl0r
Copy link

H4xl0r commented Apr 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants