mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Remove wine support for Cef
This commit is contained in:
@@ -13,14 +13,7 @@ module.exports = (env, argv) => {
|
||||
const isProduction = argv.mode === 'production';
|
||||
return {
|
||||
entry: {
|
||||
vendor: [
|
||||
'element-ui',
|
||||
'noty',
|
||||
'vue',
|
||||
'vue-i18n',
|
||||
'worker-timers',
|
||||
`${scssBasePath}emoji.font.scss`
|
||||
],
|
||||
vendor: ['element-ui', 'noty', 'vue', 'vue-i18n', 'worker-timers'],
|
||||
app: {
|
||||
import: ['./src/app.js', './src/app.scss'],
|
||||
dependOn: 'vendor'
|
||||
|
||||
Reference in New Issue
Block a user