mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add 'browser-ems-vite-react' sample
This commit is contained in:
parent
d901c5b613
commit
4f48e64902
11 changed files with 2230 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()]
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue