diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 5d87ced..5269748 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,9 @@ "noImplicitAny": false, "target": "ESNEXT", // https://esbuild.github.io/api/#jsx-factory - "jsxFactory": "Vencord.Webpack.Common.React.createElement", - "jsxFragmentFactory": "Vencord.Webpack.Common.React.Fragment", + // these short window aliases make the bundle ~10% smaller + "jsxFactory": "_Ve$", + "jsxFragmentFactory": "_VF$", "jsx": "react" }, "include": ["src/**/*"] |