Skip to content

Commit

Permalink
refactor(jsx-explorer): remove MonacoEditorPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 25, 2023
1 parent d48208a commit cb55979
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion packages/jsx-explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"vue": "^3.3.4"
},
"devDependencies": {
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-node-polyfills": "^0.9.0"
}
}
2 changes: 0 additions & 2 deletions packages/jsx-explorer/vite.config.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand All @@ -9,7 +8,6 @@ export default defineConfig({
},
},
plugins: [
MonacoEditorPlugin({}),
nodePolyfills({
globals: {
process: true,
Expand Down
12 changes: 1 addition & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cb55979

Please sign in to comment.