We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2145896 commit 5798ca0Copy full SHA for 5798ca0
1 file changed
vite.config.ts
@@ -15,6 +15,14 @@ const vitestConfig: VitestUserConfigInterface = {
15
// https://vitejs.dev/config/
16
export default defineConfig({
17
plugins: [react()],
18
+ build: {
19
+ rollupOptions: {
20
+ input: {
21
+ main: './index.html',
22
+ editor: './editor.html',
23
+ },
24
25
26
test: {
27
globals: true,
28
environment: 'jsdom',
0 commit comments