Laravel 8 jetstream hot reload and browser sync do not work #37369
Unanswered
YagoLagrottiBracco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings to all, I have a big problem with a system I just created.
I did the standard installation of Laravel 8 with jetstream using the docker and laravel sail...
However, I am not able to do the
npm run hot
ornpm run watch
to auto reload or browser sync...My files are standard with laravel 8 and I haven't made any changes to the code yet.
Informations:
my
webpack.mix.js
looks like this:my
webpack.config.js
looks like this:I have also tried to change the two webpacks with some information I found earlier in research, but really nothing is working, would there be a way for Hot Reload and Browser Sync to work together with Laravel Sail?
Beta Was this translation helpful? Give feedback.
All reactions