mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:37:45 +01:00
commit
87745f1fc9
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ module.exports = {
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
contentBase: "./public",
|
contentBase: "./public",
|
||||||
// do not print bundle build stats
|
// See <https://webpack.js.org/configuration/stats/> for details
|
||||||
noInfo: true,
|
stats: 'minimal',
|
||||||
// enable HMR
|
// enable HMR
|
||||||
hot: true,
|
hot: true,
|
||||||
// embed the webpack-dev-server runtime into the bundle
|
// embed the webpack-dev-server runtime into the bundle
|
||||||
|
|
Loading…
Reference in a new issue