mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:30:40 +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
|
||||
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
||||
watch: false
|
||||
}
|
||||
},
|
||||
disableHostCheck: (process.env.CODESANDBOX_SSE === "true"),
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
|
|
Loading…
Reference in a new issue