remove setImmediate polyfill

This commit is contained in:
Nolan Lawson 2018-01-20 20:52:40 -08:00
parent c8da39d457
commit 67f2e6241d

View file

@ -48,6 +48,9 @@ module.exports = {
}
].filter(Boolean)
},
node: {
setImmediate: false
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({
minChunks: 2,