mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 18:30:40 +01:00
Change webpack-dev-server info
This commit is contained in:
parent
51fa4a4377
commit
70decbb5c1
2 changed files with 13736 additions and 2 deletions
|
@ -38,8 +38,8 @@ module.exports = {
|
|||
},
|
||||
devServer: {
|
||||
contentBase: "./public",
|
||||
// do not print bundle build stats
|
||||
noInfo: true,
|
||||
// See <https://webpack.js.org/configuration/stats/> for details
|
||||
stats: 'minimal',
|
||||
// enable HMR
|
||||
hot: true,
|
||||
// embed the webpack-dev-server runtime into the bundle
|
||||
|
|
Loading…
Reference in a new issue