mirror of
https://github.com/maputnik/editor.git
synced 2026-07-26 07:47:25 +00:00
Change codesandbox check.
This commit is contained in:
@@ -54,7 +54,7 @@ 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 === "true"),
|
disableHostCheck: !!process.env.CODESANDBOX_SSE,
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.NoEmitOnErrorsPlugin(),
|
new webpack.NoEmitOnErrorsPlugin(),
|
||||||
|
|||||||
Reference in New Issue
Block a user