Skip to content
Snippets Groups Projects
vite.config.js 163 B
Newer Older
  • Learn to ignore specific revisions
  • ='s avatar
    = committed
    import { defineConfig } from 'vite'
    import react from '@vitejs/plugin-react'
    
    // https://vitejs.dev/config/
    export default defineConfig({
      plugins: [react()],
    })