Skip to content

Commit

Permalink
fix: remove css patch plugin (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr authored Aug 22, 2024
1 parent fec46bd commit c610769
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"typescript": "^5.5.2",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.4.0",
"vite-css-modules": "^1.4.2",
"vitest": "^2.0.0"
},
"packageManager": "pnpm@9.7.0",
Expand Down
55 changes: 0 additions & 55 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.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import browserslist from 'browserslist';
import { browserslistToTargets } from 'lightningcss';
import { PluginPure } from 'rollup-plugin-pure';
import { defineConfig } from 'vite';
import { patchCssModules } from 'vite-css-modules';
import { configDefaults } from 'vitest/config';

import tsconfig from './tsconfig.json';
Expand Down Expand Up @@ -57,7 +56,6 @@ export default defineConfig({
devSourcemap: true,
},
plugins: [
patchCssModules(),
react(),
vanillaExtractPlugin(),
cssImport(),
Expand Down

0 comments on commit c610769

Please sign in to comment.