Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function browserSync(done) {
- server.init({
- proxy: 'rhye.dev.local', // your vHost
- server: compilation.dist,
- cors: true
- });
- done();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement