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