PATH:
home
/
lab2454c
/
omvstudio.com
/
vendor
/
laravel
/
ui
/
src
/
Presets
/
react-stubs
import { defineConfig } from 'vite'; import laravel from 'laravel-vite-plugin'; import react from '@vitejs/plugin-react'; export default defineConfig({ plugins: [ laravel({ input: [ 'resources/sass/app.scss', 'resources/js/app.js', ], refresh: true, }), react(), ], });
[+]
..
[-] app.js
[edit]
[-] Example.jsx
[edit]
[-] vite.config.js
[edit]