source:
imaps-frontend/vite.config.js
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 163 bytes |
Line | |
---|---|
1 | import { defineConfig } from 'vite' |
2 | import react from '@vitejs/plugin-react' |
3 | |
4 | // https://vitejs.dev/config/ |
5 | export default defineConfig({ |
6 | plugins: [react()], |
7 | }) |
Note:
See TracBrowser
for help on using the repository browser.