mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +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),
|
||||
watch: false
|
||||
},
|
||||
disableHostCheck: (process.env.CODESANDBOX_SSE === "true"),
|
||||
disableHostCheck: !!process.env.CODESANDBOX_SSE,
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
|
||||
Reference in New Issue
Block a user