refactor: component/*.vue

This commit is contained in:
Emmm Monster
2021-05-24 22:19:37 +08:00
parent ca4ed149b2
commit c7e5dfb4c4
16 changed files with 345 additions and 311 deletions

View File

@ -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()]
}
};