Set fixed assets directory (#2674)
This commit is contained in:
parent
9de945d61a
commit
495862478f
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
sourcemap: true,
|
||||
emptyOutDir: true,
|
||||
outDir: "../build/dashboard",
|
||||
assetsDir: "./",
|
||||
commonjsOptions: {
|
||||
/*
|
||||
Fix dynamic imports by "require", Neccessary for react-editor-js
|
||||
|
|
Loading…
Reference in a new issue