Skip to content

Commit ad662cb

Browse files
config
1 parent 6a44bd6 commit ad662cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vite.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { defineConfig } from 'vite'
22
import react from '@vitejs/plugin-react'
3-
import dynamicImport from 'vite-plugin-dynamic-import'
43

54
// https://vitejs.dev/config/
65
export default defineConfig({
7-
plugins: [react() , dynamicImport()],
6+
plugins: [react()],
87
})

0 commit comments

Comments
 (0)