bug(polyfiller): check for Promise on global/window object

This commit is contained in:
kyle
2018-01-06 00:19:29 -06:00
committed by GitHub
parent fc070408f6
commit 0751022b77
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,7 @@ module.exports = require("./make-webpack-config")(rules, {
publicPath: "/",
noInfo: true,
hot: true,
disableHostCheck: true, // for development within VMs
stats: {
colors: true
},