Skip to content

Commit

Permalink
build: remove css modules patch (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Nov 23, 2024
1 parent 5177062 commit ebbb5b5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-css-modules": "^1.5.2",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^2.1.5"
Expand Down
44 changes: 0 additions & 44 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import legacy from "@vitejs/plugin-legacy";
import react from "@vitejs/plugin-react";
import { patchCssModules } from "vite-css-modules";
import { ManifestOptions, VitePWA } from "vite-plugin-pwa";
import svgr from "vite-plugin-svgr";
import { defineConfig } from "vitest/config";
Expand All @@ -13,7 +12,6 @@ import manifest from "./manifest.json";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
patchCssModules(),
react({
babel: {
plugins: [["babel-plugin-react-compiler", compilerOptions]],
Expand Down

0 comments on commit ebbb5b5

Please sign in to comment.