feat(jsx-explorer): support dev debugging

This commit is contained in:
三咲智子 Kevin Deng 2023-06-22 19:18:56 +08:00
parent 5a25165e66
commit a92ff91c16
No known key found for this signature in database
GPG Key ID: 69992F2250DFD93E

View File

@ -3,6 +3,11 @@ import MonacoEditorPlugin from 'vite-plugin-monaco-editor';
import { nodePolyfills } from 'vite-plugin-node-polyfills';
export default defineConfig({
resolve: {
alias: {
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
},
},
plugins: [
MonacoEditorPlugin({}),
nodePolyfills({