mirror of
https://git.um-react.app/um/web.git
synced 2025-11-16 21:54:23 +00: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