Skip to content

Commit 1f90224

Browse files
authored
Merge pull request #1284 from nextcloud/fix/entry-points
fix: do not inline chunks into entry points
2 parents b523b49 + 1c1f81f commit 1f90224

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vite.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,12 @@ export default createAppConfig({
1818
extractLicenseInformation: {
1919
includeSourceMaps: true,
2020
},
21+
config: {
22+
build: {
23+
rollupOptions: {
24+
// TODO: Remove when merged https://github.com/nextcloud/server/pull/56941
25+
preserveEntrySignatures: 'strict',
26+
},
27+
},
28+
},
2129
})

0 commit comments

Comments
 (0)