实现 实现{ watch: true, watchOptions: { poll: 1000, aggregateTimeout: 500, // 防抖 代码停止修改之后等待多少秒之后开始编译 ignored: /node_modules/ // 忽略需要监控的文件 }}