mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
86ce5b4382
commit
71e0a1c115
5 changed files with 5 additions and 0 deletions
|
|
@ -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
1
dist/files_external-auth_rsa.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* extracted by css-entry-points-plugin */
|
||||
1
dist/files_external-init_settings.css
vendored
Normal file
1
dist/files_external-init_settings.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* extracted by css-entry-points-plugin */
|
||||
1
dist/files_versions-sidebar-tab.css
vendored
Normal file
1
dist/files_versions-sidebar-tab.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* extracted by css-entry-points-plugin */
|
||||
1
dist/theming-theming.css
vendored
Normal file
1
dist/theming-theming.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/* extracted by css-entry-points-plugin */
|
||||
Loading…
Reference in a new issue