1
0
mirror of https://git.unlock-music.dev/um/web.git synced 2025-02-20 13:14:59 +08:00
unlock-music/vue.config.js
2020-03-04 10:00:18 +08:00

10 lines
157 B
JavaScript

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