Created
February 18, 2018 11:49
-
-
Save richjenks/9666ca730351a649e641ee3300a4387a to your computer and use it in GitHub Desktop.
Append this to `webpack.min.js` > run `php artisan serve` > run `npm run watch` > profit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix.browserSync({ | |
proxy: '127.0.0.1:8000', | |
notify: false | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment