Skip to content

Commit

Permalink
Remove unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed Jun 20, 2024
1 parent b3ef612 commit b88bba0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 145 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@types/react-svg-pan-zoom-loader": "^1.5.0",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.5.0",
"eslint-config-smarthr": "^6.32.1",
"husky": "^9.0.11",
Expand Down
142 changes: 0 additions & 142 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { join, resolve } from 'path';

import react from "@vitejs/plugin-react";
import reactSwc from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';

/// <reference types="vitest" />
// https://vitejs.dev/config/
/** @type {import('vite').UserConfig} */
export default defineConfig({
root: 'frontend',
plugins: [reactSwc(), react()],
plugins: [react()],

test: {
include: ['**/__tests__/*.test.{ts,tsx}']
Expand Down

0 comments on commit b88bba0

Please sign in to comment.