mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 09:25:24 +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: {
|
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