Merge pull request #59960 from nextcloud/artonge/chore/files_versions/remove_css_ref

chore: Generate empty css entry points
This commit is contained in:
Louis 2026-04-28 19:11:55 +02:00 committed by GitHub
commit 40747ff69f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 0 deletions

View file

@ -86,6 +86,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/comments-comments-tab.css vendored Normal file
View file

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

1
dist/comments-init.css vendored Normal file
View file

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

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 */