Advertisement
Humpie

webpack.config.js

Feb 1st, 2020
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.17 KB | None | 0 0
  1. config.devServer = config.devServer || {}; // create devServer in case it is undefined
  2. config.devServer.watchOptions = {
  3.     "aggregateTimeout": 5000,
  4.     "poll": 1000
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement