Skip to content

Commit f9fb496

Browse files
committed
perf: try extracting css on a per-module basis
1 parent 2801235 commit f9fb496

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@ export default defineNuxtConfig({
286286
},
287287
},
288288

289+
unocss: {
290+
mode: 'per-module',
291+
},
292+
289293
vite: {
290294
optimizeDeps: {
291295
include: [

0 commit comments

Comments
 (0)