We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a25165 commit a92ff91Copy full SHA for a92ff91
packages/jsx-explorer/vite.config.ts
@@ -3,6 +3,11 @@ import MonacoEditorPlugin from 'vite-plugin-monaco-editor';
3
import { nodePolyfills } from 'vite-plugin-node-polyfills';
4
5
export default defineConfig({
6
+ resolve: {
7
+ alias: {
8
+ '@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
9
+ },
10
11
plugins: [
12
MonacoEditorPlugin({}),
13
nodePolyfills({
0 commit comments