compiler.run((err, stats) => { if (err) throw err; let json = stats.toJson({}, true); printErrors.call(this, json); if (this.emit) this.emit('webpack.stats' ...
確定! 回上一頁