mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-06 22:42:10 +08:00
Immediately Load Latest App
This commit is contained in:
@ -1,4 +1,9 @@
|
||||
module.exports = {
|
||||
publicPath: '',
|
||||
productionSourceMap: true
|
||||
};
|
||||
productionSourceMap: true,
|
||||
pwa: {
|
||||
workboxOptions: {
|
||||
skipWaiting: true
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user