Remove wine support for Cef

This commit is contained in:
Natsumi
2025-08-01 00:50:08 +12:00
parent 7eaa9b55c8
commit 3c21d88efa
23 changed files with 650 additions and 1066 deletions

View File

@@ -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'