1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
contact-form/vite.config.js

9 lines
164 B
JavaScript
Raw Normal View History

2024-06-05 02:26:49 +00:00
import { defineConfig } from "vite";
export default defineConfig({
base: "/fem-contact-form/",
esbuild: {
jsxInject: `import React from 'react'`,
},
});