mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:51:56 +01:00
Change codesandbox check.
This commit is contained in:
parent
553b17822d
commit
6ca2af7f8a
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue