mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-02 10:03:25 +08:00
refactor(jsx-explorer): remove MonacoEditorPlugin
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite-plugin-monaco-editor": "^1.1.0",
|
||||
"vite-plugin-node-polyfills": "^0.9.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import MonacoEditorPlugin from 'vite-plugin-monaco-editor';
|
||||
import { nodePolyfills } from 'vite-plugin-node-polyfills';
|
||||
|
||||
export default defineConfig({
|
||||
@ -9,7 +8,6 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
MonacoEditorPlugin({}),
|
||||
nodePolyfills({
|
||||
globals: {
|
||||
process: true,
|
||||
|
Reference in New Issue
Block a user