mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 03:51:56 +01:00
Removed disableHostCheck from ./config/webpack.config.js
This commit is contained in:
parent
c12db1703b
commit
381ff6292f
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ module.exports = {
|
|||
poll: (!!process.env.WEBPACK_DEV_SERVER_POLLING ? true : false),
|
||||
watch: false
|
||||
},
|
||||
disableHostCheck: !!process.env.CODESANDBOX_SSE,
|
||||
},
|
||||
plugins: [
|
||||
new webpack.NoEmitOnErrorsPlugin(),
|
||||
|
|
Loading…
Reference in a new issue