Removed disableHostCheck from ./config/webpack.config.js

This commit is contained in:
orangemug 2020-09-09 14:56:39 +01:00
parent c12db1703b
commit 381ff6292f

View file

@ -54,7 +54,6 @@ module.exports = {
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
watch: false
},
disableHostCheck: !!process.env.CODESANDBOX_SSE,
},
plugins: [
new webpack.NoEmitOnErrorsPlugin(),