mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
update workflows for new build
This commit is contained in:
parent
faadff0211
commit
0d42a6ea49
13 changed files with 66 additions and 94 deletions
|
|
@ -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]',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue