Skip to content

Commit 7c8d436

Browse files
artongebackportbot[bot]
authored andcommitted
chore: Generate empty css entry points
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 84132ea commit 7c8d436

7 files changed

Lines changed: 7 additions & 0 deletions

build/frontend/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ const viteModuleEntries = Object.entries(modules)
8080
.flat(1)
8181

8282
export default createAppConfig(Object.fromEntries(viteModuleEntries), {
83+
createEmptyCSSEntryPoints: true,
8384
emptyOutputDirectory: {
8485
additionalDirectories: [resolve(import.meta.dirname, '../..', 'dist')],
8586
},

dist/comments-comments-tab.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */

dist/comments-init.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */

dist/files_external-auth_rsa.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */

dist/theming-theming.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* extracted by css-entry-points-plugin */

0 commit comments

Comments
 (0)