disable hot reloading in dev

master
Tomáš Mládek 2021-01-10 13:11:59 +01:00
parent b4e357a213
commit e6f894cbf8
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
module.exports = {
publicPath: '/las/'
publicPath: '/las/',
devServer: {
hot: false
}
};