Files
wxt/templates/react/wxt.config.ts
T
2023-07-13 18:50:07 -05:00

10 lines
187 B
TypeScript

import { defineConfig } from 'wxt';
import react from '@vitejs/plugin-react';
// See https://wxt.dev/config.html
export default defineConfig({
vite: {
plugins: [react()],
},
});