housekeeping: address inconsistently truncated JS asset responses within Cypress tests (via #5445)

* add Cypress error trace

* Update package.json

* Update webpack-hot-dev-server.config.js

* Update index.js

* Update index.js
This commit is contained in:
kyle
2019-07-08 00:19:40 -05:00
committed by GitHub
parent 17ba2c6170
commit 21bb452cb7
3 changed files with 12 additions and 3 deletions

View File

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