diff --git a/vite.config.ts b/vite.config.ts index e2df0a8e..c71f18f2 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -15,6 +15,14 @@ const vitestConfig: VitestUserConfigInterface = { // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], + build: { + rollupOptions: { + input: { + main: './index.html', + editor: './editor.html', + }, + }, + }, test: { globals: true, environment: 'jsdom',