Immediately Load Latest App

This commit is contained in:
MengYX
2020-02-23 13:42:50 +08:00
parent 86d59f4e6f
commit f7d19e62fd
2 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,9 @@
module.exports = {
publicPath: '',
productionSourceMap: true
};
productionSourceMap: true,
pwa: {
workboxOptions: {
skipWaiting: true
}
}
};