update workflows for new build

This commit is contained in:
jeffvli 2025-05-22 23:03:08 -07:00
parent faadff0211
commit 0d42a6ea49
13 changed files with 66 additions and 94 deletions

View file

@ -9,7 +9,6 @@ const currentOSEnv = process.platform;
const config: UserConfig = {
main: {
build: {
outDir: './release/app/dist/main',
rollupOptions: {
external: ['source-map-support'],
},
@ -35,9 +34,6 @@ const config: UserConfig = {
},
},
preload: {
build: {
outDir: './release/app/dist/preload',
},
plugins: [externalizeDepsPlugin()],
resolve: {
alias: {
@ -47,9 +43,6 @@ const config: UserConfig = {
},
},
renderer: {
build: {
outDir: './release/app/dist/web',
},
css: {
modules: {
generateScopedName: '[name]__[local]__[hash:base64:5]',