Skip to content

Commit

Permalink
Remove analyzer from config
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueCarry committed May 7, 2024
1 parent 7255752 commit bb6377e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import { resolve } from 'node:path'
import inject from '@rollup/plugin-inject'
import { analyzer } from 'vite-bundle-analyzer'
// import { analyzer } from 'vite-bundle-analyzer'

// https://vitejs.dev/config/
export default defineConfig(({ command }) => ({
plugins: [
react(),
analyzer({
analyzerMode: 'static',
}),
// analyzer({
// analyzerMode: 'static',
// }),
],
server: {
port: 3003,
Expand Down

0 comments on commit bb6377e

Please sign in to comment.