-> normykins is correct.
Running npm run watch
should compile your assets when you save a file like scss or js.
You should consider installing these via your npm
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.0.1",
then in your webpack.mix.js you can add a line.
mix.browserSync('yourlocalwebsite.url');
this will trigger a browser refresh when you save a file
@shimabukuro did you get it all setup with browser reloading?
I noticed it may come out of the box with 5.6 / 5.7 https://laravel.com/docs/5.6/mix#browsersync-reloading
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community