chore: Generate empty css entry points

Signed-off-by: Louis Chmn <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
Louis Chmn 2026-04-28 15:59:22 +02:00 committed by Louis
parent 86ce5b4382
commit 71e0a1c115
5 changed files with 5 additions and 0 deletions

View file

@ -80,6 +80,7 @@ const viteModuleEntries = Object.entries(modules)
.flat(1)
export default createAppConfig(Object.fromEntries(viteModuleEntries), {
createEmptyCSSEntryPoints: true,
emptyOutputDirectory: {
additionalDirectories: [resolve(import.meta.dirname, '../..', 'dist')],
},

1
dist/files_external-auth_rsa.css vendored Normal file
View file

@ -0,0 +1 @@
/* extracted by css-entry-points-plugin */

1
dist/files_external-init_settings.css vendored Normal file
View file

@ -0,0 +1 @@
/* extracted by css-entry-points-plugin */

1
dist/files_versions-sidebar-tab.css vendored Normal file
View file

@ -0,0 +1 @@
/* extracted by css-entry-points-plugin */

1
dist/theming-theming.css vendored Normal file
View file

@ -0,0 +1 @@
/* extracted by css-entry-points-plugin */