mirror of
https://git.unlock-music.dev/um/web.git
synced 2025-07-06 22:42:10 +08:00
refactor: component/*.vue
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
const ThreadsPlugin = require('threads-plugin');
|
||||
module.exports = {
|
||||
publicPath: '',
|
||||
productionSourceMap: false,
|
||||
@ -35,5 +36,8 @@ module.exports = {
|
||||
workboxOptions: {
|
||||
skipWaiting: true
|
||||
}
|
||||
},
|
||||
configureWebpack: {
|
||||
plugins: [new ThreadsPlugin()]
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user