mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:05:24 +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),
|
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(),
|
||||||
|
|
Loading…
Reference in a new issue