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 78096ca commit 6e2cdb9Copy full SHA for 6e2cdb9
vite.config.ts
@@ -132,21 +132,6 @@ export default defineConfig(({ mode }) => ({
132
target: "esnext",
133
},
134
135
- // Force include CommonJS packages that need pre-bundling
136
- include: [
137
- 'fast-deep-equal',
138
- ],
139
-
140
- // Exclude problematic large packages from optimization
141
- // These packages have many files and can cause EMFILE errors on Windows
142
- exclude: [
143
- 'langium',
144
- 'vscode-languageserver',
145
- 'vscode-languageserver-protocol',
146
- 'vscode-languageserver-types',
147
- 'vscode-languageclient',
148
149
150
// Include only what's actually imported to reduce scanning
151
entries: ['src/**/*.{ts,tsx}'],
152
0 commit comments