Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alduino committed Jun 26, 2024
1 parent 64d82f4 commit 8ebbbe8
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vanilla-extract/vite-plugin": "^4.0.11",
"@vanilla-extract/vite-plugin": "^3.9.5",
"@vitejs/plugin-react-swc": "^3.7.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
Expand Down
54 changes: 44 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import vike from "vike/plugin";
import react from "@vitejs/plugin-react-swc";
import {vanillaExtractPlugin} from "@vanilla-extract/vite-plugin";
import { vanillaExtractPlugin } from "@vanilla-extract/vite-plugin";
import { defineConfig } from "vite";

export default defineConfig({
plugins: [react(), vike(), vanillaExtractPlugin()]
plugins: [react(), vike({ prerender: true }), vanillaExtractPlugin()],
});

0 comments on commit 8ebbbe8

Please sign in to comment.