Skip to content

Commit 074c334

Browse files
committed
perf(app): use lightningcss
1 parent 0b841c7 commit 074c334

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/vite.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import { nitro } from 'nitro/vite'
22
import { defineConfig } from 'vite'
33

44
export default defineConfig({
5+
css: {
6+
lightningcss: {},
7+
},
58
plugins: [
69
nitro({
710
config: {

0 commit comments

Comments
 (0)