mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-19 11:56:36 +08:00
remove build.emptyOutDir
This commit is contained in:
parent
a7a4f34c43
commit
eb0753ea72
@ -13,7 +13,6 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
minify: process.env./* from mode option */NODE_ENV === 'production',
|
minify: process.env./* from mode option */NODE_ENV === 'production',
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
emptyOutDir: true,
|
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
external: [
|
external: [
|
||||||
'electron',
|
'electron',
|
||||||
|
@ -24,7 +24,6 @@ export default defineConfig({
|
|||||||
],
|
],
|
||||||
base: './',
|
base: './',
|
||||||
build: {
|
build: {
|
||||||
emptyOutDir: true,
|
|
||||||
sourcemap: true,
|
sourcemap: true,
|
||||||
outDir: '../../dist/renderer',
|
outDir: '../../dist/renderer',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user