mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-02-26 13:00:09 +08:00
fix: 相对路径加载问题
This commit is contained in:
parent
a1da12fb5a
commit
a13e807e2d
@ -24,6 +24,7 @@ export default defineConfig({
|
|||||||
emptyOutDir: true,
|
emptyOutDir: true,
|
||||||
minify: false,
|
minify: false,
|
||||||
commonjsOptions: {},
|
commonjsOptions: {},
|
||||||
|
assetsDir: '', // 相对路径加载问题
|
||||||
rollupOptions: {
|
rollupOptions: {
|
||||||
external: [
|
external: [
|
||||||
...builtins(),
|
...builtins(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user