mirror of
https://github.com/maputnik/editor.git
synced 2026-07-25 23:37:27 +00:00
Removed disableHostCheck from ./config/webpack.config.js
This commit is contained in:
@@ -54,7 +54,6 @@ module.exports = {
|
|||||||
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
||||||
watch: false
|
watch: false
|
||||||
},
|
},
|
||||||
disableHostCheck: !!process.env.CODESANDBOX_SSE,
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.NoEmitOnErrorsPlugin(),
|
new webpack.NoEmitOnErrorsPlugin(),
|
||||||
|
|||||||
Reference in New Issue
Block a user