Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
unused plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Aug 23, 2023
1 parent 609f17c commit f8b2fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"tailwindcss": "^3.0.23",
"viem": "^1.5.4",
"vite": "2.9.8",
"vite-plugin-chunk-split": "^0.4.7",
"vite-plugin-markdown": "^2.1.0",
"wagmi": "^1.3.9",
"web-vitals": "^2.1.4"
Expand Down
7 changes: 2 additions & 5 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ import GlobalPolyFill from '@esbuild-plugins/node-globals-polyfill';
import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
import viteMarkdown, { Mode } from 'vite-plugin-markdown';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [
react(),
viteMarkdown({ mode: [Mode.HTML] }),
// chunkSplitPlugin()
],
plugins: [react(), viteMarkdown({ mode: [Mode.HTML] })],
build: {
target: 'esnext',
sourcemap: false,
Expand Down

0 comments on commit f8b2fa9

Please sign in to comment.