mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
disable any webpack live features
This commit is contained in:
parent
9e9b152c23
commit
0b2eda76a9
1 changed files with 1 additions and 7 deletions
|
|
@ -34,13 +34,7 @@ module.exports = {
|
|||
devServer: {
|
||||
hot: false,
|
||||
liveReload: false,
|
||||
client: {
|
||||
logging: 'error',
|
||||
overlay: {
|
||||
errors: true,
|
||||
warnings: false
|
||||
}
|
||||
},
|
||||
client: false,
|
||||
static: [
|
||||
path.join(__dirname, 'web'),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue