We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a44bd6 commit ad662cbCopy full SHA for ad662cb
vite.config.js
@@ -1,8 +1,7 @@
1
import { defineConfig } from 'vite'
2
import react from '@vitejs/plugin-react'
3
-import dynamicImport from 'vite-plugin-dynamic-import'
4
5
// https://vitejs.dev/config/
6
export default defineConfig({
7
- plugins: [react() , dynamicImport()],
+ plugins: [react()],
8
})
0 commit comments