自动刷新

不监听 node_modules 下的文件。

poll的值越小越好。

watchOptions: {
      poll: 1000,
      ignored: /node_modules/
},

启动 inline

Last updated