Skip to content

Commit

Permalink
remove react() plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed May 6, 2024
1 parent 08a085c commit a103d63
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 44 deletions.
1 change: 0 additions & 1 deletion packages/grant-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.1",
"@vitejs/plugin-react": "^4.2.1",
"@wagmi/core": "1.4.1",
"@walletconnect/modal": "^2.5.9",
"allo-indexer-client": "github:gitcoinco/allo-indexer-client",
Expand Down
3 changes: 1 addition & 2 deletions packages/grant-explorer/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from "vitest/config";
import react from "@vitejs/plugin-react";

export default defineConfig({
plugins: [react()],
plugins: [],
test: {
alias: [
{
Expand Down
68 changes: 27 additions & 41 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 a103d63

Please sign in to comment.