mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 01:33:51 +02:00
fix: Make userDialog group icon background transparent
and fixed some vue's error
This commit is contained in:
@@ -115,13 +115,20 @@ module.exports = {
|
||||
to: './images/'
|
||||
}
|
||||
]
|
||||
})
|
||||
}),
|
||||
new webpack.ProgressPlugin({})
|
||||
],
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
extractComments: false
|
||||
extractComments: false,
|
||||
terserOptions: {
|
||||
ecma: 2020
|
||||
}
|
||||
})
|
||||
]
|
||||
},
|
||||
watchOptions: {
|
||||
ignored: /node_modules/
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user