Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. module.exports = {
  2. devServer: {
  3. watchOptions: {
  4. ignored: /node_modules/,
  5. aggregateTimeout: 300,
  6. poll: 1000
  7. }
  8. }
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement