mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
refactor: use static as the asset dir name (#975)
This commit is contained in:
parent
7d477bf98c
commit
3b8eecbe88
@ -33,6 +33,7 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
outDir: 'build',
|
||||
assetsDir: 'static',
|
||||
},
|
||||
plugins: [react(), tsconfigPaths(), svgr(), envCompatible()],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user