Immediately Load Latest App

This commit is contained in:
MengYX
2020-02-23 13:42:50 +08:00
parent b5f8c4a237
commit f89202ee62
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
}
}
};