Skip to content

Commit

Permalink
Going to be honest, I don't know what is causing the default export t…
Browse files Browse the repository at this point in the history
…o not work.
  • Loading branch information
DrJKL committed Aug 3, 2023
1 parent 3ae8668 commit 634397c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
import monacoEditorPlugin from 'vite-plugin-monaco-editor';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), monacoEditorPlugin({})],
plugins: [react(), monacoEditorPlugin.default({})],
});

0 comments on commit 634397c

Please sign in to comment.