mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-26 16:19:09 +08:00
feat(jsx-explorer): support dev debugging
This commit is contained in:
parent
5a25165e66
commit
a92ff91c16
@ -3,6 +3,11 @@ import MonacoEditorPlugin from 'vite-plugin-monaco-editor';
|
|||||||
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
resolve: {
|
||||||
|
alias: {
|
||||||
|
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
|
||||||
|
},
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
MonacoEditorPlugin({}),
|
MonacoEditorPlugin({}),
|
||||||
nodePolyfills({
|
nodePolyfills({
|
||||||
|
Loading…
Reference in New Issue
Block a user