Add 'browser-ems-vite-react' sample

This commit is contained in:
j1ngzoue 2021-11-15 03:56:17 +09:00
parent d901c5b613
commit 4f48e64902
11 changed files with 2230 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
})