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

10 lines
156 B
JavaScript

module.exports = {
publicPath: '',
productionSourceMap: true,
pwa: {
workboxOptions: {
skipWaiting: true
}
}
};