mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
fix: fix assets not showing up (#5757)
After upgrading vite https://github.com/Unleash/unleash/pull/5703, small icons are not popping up anymore. Disabling inlining assets to make it work again. 
This commit is contained in:
parent
8736189b4f
commit
1d3394262f
@ -31,6 +31,7 @@ export default mergeConfig(
|
|||||||
build: {
|
build: {
|
||||||
outDir: 'build',
|
outDir: 'build',
|
||||||
assetsDir: 'static',
|
assetsDir: 'static',
|
||||||
|
assetsInlineLimit: 0,
|
||||||
modulePreload: false,
|
modulePreload: false,
|
||||||
cssCodeSplit: false,
|
cssCodeSplit: false,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user