diff --git a/vite.config.ts b/vite.config.ts index b09c6b3c..3af795ff 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -18,4 +18,12 @@ export default createAppConfig({ extractLicenseInformation: { includeSourceMaps: true, }, + config: { + build: { + rollupOptions: { + // TODO: Remove when merged https://github.com/nextcloud/server/pull/56941 + preserveEntrySignatures: 'strict', + }, + }, + }, })