Commit 1c1f81f
committed
fix: do not inline chunks into entry points
Vite will try to minimize the number of chunks to increase performance,
but this will inline chunks in the entry point and thus adding exports
that can be imported by other modules causing the entry point to be
re-evaluated.
So we need to disabled this until fixed in server:
- ref: nextcloud/server#56941
Signed-off-by: Ferdinand Thiessen <[email protected]>1 parent 00c8825 commit 1c1f81f
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
0 commit comments