disable hot reloading in dev
This commit is contained in:
parent
b4e357a213
commit
e6f894cbf8
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
module.exports = {
|
||||
publicPath: '/las/'
|
||||
publicPath: '/las/',
|
||||
devServer: {
|
||||
hot: false
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue