Skip to content

Commit bd75418

Browse files
Explicitly add lightningcss as a dep to the vite integration tests
1 parent 62827b7 commit bd75418

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integrations/vite/index.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import {
3232
"tailwindcss": "workspace:^"
3333
},
3434
"devDependencies": {
35+
${transformer === 'lightningcss' ? `"lightningcss": "^1.26.0",` : ''}
3536
"vite": "^5.3.5"
3637
}
3738
}

0 commit comments

Comments
 (0)