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 1337606 commit de5d853Copy full SHA for de5d853
packages/jsx-explorer/vite.config.ts
@@ -4,11 +4,6 @@ import VueJSX from '@vitejs/plugin-vue-jsx';
4
import MonacoEditorPlugin from 'vite-plugin-monaco-editor';
5
6
export default defineConfig({
7
- build: {
8
- commonjsOptions: {
9
- include: [],
10
- },
11
12
resolve: {
13
alias: {
14
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
@@ -21,12 +16,7 @@ export default defineConfig({
21
16
languageWorkers: ['editorWorkerService', 'typescript'],
22
17
}),
23
18
nodePolyfills({
24
- globals: {
25
- process: true,
26
19
+ globals: { process: true },
27
20
28
],
29
- optimizeDeps: {
30
- disabled: false,
31
32
});
0 commit comments