We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1db6c8 commit 350d0d3Copy full SHA for 350d0d3
vite.config.ts
@@ -12,12 +12,6 @@ export default defineConfig({
12
propertyReadSideEffects: false, // Don't preserve property access
13
tryCatchDeoptimization: false, // More aggressive optimization
14
},
15
- external: (id) => {
16
- // Externalize unused encodings if you can identify them
17
- if (id.includes("iconv-lite/encodings/") && !id.includes("shiftjis")) {
18
- return true;
19
- }
20
- },
21
22
23
plugins: [
0 commit comments