1
0
mirror of https://git.unlock-music.dev/um/web.git synced 2025-03-04 01:54:13 +08:00

10 lines
157 B
JavaScript
Raw Permalink Normal View History

module.exports = {
2019-11-10 01:16:08 +08:00
publicPath: '',
2020-03-04 09:51:34 +08:00
productionSourceMap: false,
2020-02-23 13:42:50 +08:00
pwa: {
workboxOptions: {
skipWaiting: true
}
}
};