1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01: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: { build: {
outDir: 'build', outDir: 'build',
assetsDir: 'static',
}, },
plugins: [react(), tsconfigPaths(), svgr(), envCompatible()], plugins: [react(), tsconfigPaths(), svgr(), envCompatible()],
}); });