mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 08:35:25 +01:00
Try disable host check for codesandbox.
This commit is contained in:
parent
8b766777ac
commit
553b17822d
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@ module.exports = {
|
||||||
// See <https://webpack.js.org/configuration/watch/#watchoptions-poll> for details
|
// See <https://webpack.js.org/configuration/watch/#watchoptions-poll> for details
|
||||||
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"),
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new webpack.NoEmitOnErrorsPlugin(),
|
new webpack.NoEmitOnErrorsPlugin(),
|
||||||
|
|
Loading…
Reference in a new issue