1
0
mirror of https://git.unlock-music.dev/um/web.git synced 2025-03-03 17:44:11 +08:00
2020-03-04 10:00:18 +08:00

10 lines
157 B
JavaScript

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