Skip to content

Commit

Permalink
chore: fix pending Vite 5 Solid plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Nov 23, 2023
1 parent a68d743 commit 42d4a6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"unocss": "^0.57.7",
"vitepress": "1.0.0-rc.24"
"vitepress": "1.0.0-rc.29"
}
}
1 change: 1 addition & 0 deletions packages/solid/playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import solid from 'vite-plugin-solid'
const currentDir = new URL('.', import.meta.url).pathname

export default defineConfig({
// @ts-expect-error: Vite 5 support pending
plugins: [solid()],

// Custom alias for unlazy until Jiti issue is resolved
Expand Down
24 changes: 7 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit 42d4a6e

Please sign in to comment.