1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

refactor: use static as the asset dir name (#975)

This commit is contained in:
olav 2022-05-10 15:10:21 +02:00 committed by GitHub
parent 7d477bf98c
commit 3b8eecbe88

View File

@ -33,6 +33,7 @@ export default defineConfig({
},
build: {
outDir: 'build',
assetsDir: 'static',
},
plugins: [react(), tsconfigPaths(), svgr(), envCompatible()],
});