diff --git a/webpack.config.js b/webpack.config.js index 5260f15f3..c49f6fc09 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -130,7 +130,6 @@ module.exports = { historyApiFallback: { rewrites: [{ from: /./, to: '/index.html' }], }, - disableHostCheck: true, hot: true, open: true, },