Replies: 3 comments
-
I have the same issue, did you already found a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try setting https://github.com/jeffreyvr/tailpress/blob/master/webpack.mix.js#L26 |
Beta Was this translation helpful? Give feedback.
0 replies
-
On windows you need to add the mix.browserSync({
proxy: 'whatever.whatever',
files: ["**/*.php"],
injectChanges: true
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I can't quite get browser-sync to automatically refresh on file changes. I have uncommented the
mix.browserSync
block in webpack.mix.js and inserted my local dev url like this:When running
npm run watch
a new browser tab opens just fine and the "browser-sync connected" message appears but I don't get any automatic refresh on file changes.Anything I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions