Advertisement
artemsemkin

Untitled

Jan 23rd, 2023
1,001
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function browserSync(done) {
  2.   server.init({
  3.     proxy: 'rhye.dev.local', // your vHost
  4.     server: compilation.dist,
  5.     cors: true
  6.   });
  7.  
  8.   done();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement