Skip to content

Commit

Permalink
Set lightning as bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Nov 23, 2024
1 parent 6efd876 commit f44b364
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ export default defineConfig({
"APP_VERSION",
"APP_GIT_REF",
],
css: {
transformer: "lightningcss",
},
// TODO: Outdated clients trying to access stale codesplit js chucks
// break. This breaks iOS transitions.
// Put everything into one chunk for now.
Expand Down

0 comments on commit f44b364

Please sign in to comment.