Skip to content

Commit

Permalink
Remove vite plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter9192 committed Sep 23, 2024
1 parent c3d742d commit e8089eb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions apps/class-solid/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from "@solidjs/start/config";
// import solidPlugin from "vite-plugin-solid";

export default defineConfig({
ssr: false,
Expand All @@ -12,7 +11,4 @@ export default defineConfig({
crawlLinks: true,
},
},
// vite: {
// plugins: [solidPlugin()],
// },
});
4 changes: 1 addition & 3 deletions apps/class-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
"@playwright/test": "^1.45.3",
"@types/node": "^20.13.1",
"serve": "^14.2.3",
"typescript": "^5.3.3",
"vite": "^5.4.6",
"vite-plugin-solid": "^2.10.2"
"typescript": "^5.3.3"
}
}
6 changes: 0 additions & 6 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 e8089eb

Please sign in to comment.