Set fixed assets directory (#2674)

This commit is contained in:
Patryk Andrzejewski 2022-11-24 16:08:32 +01:00 committed by GitHub
parent 9de945d61a
commit 495862478f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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