We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2042459 commit 7e7f84cCopy full SHA for 7e7f84c
packages/webview-shared/createWebviewConfig.ts
@@ -30,6 +30,8 @@ export function createWebviewConfig(
30
target: "esnext",
31
// Skip gzip size calculation for faster builds
32
reportCompressedSize: false,
33
+ // Webviews load as a single bundle; code-splitting doesn't apply
34
+ chunkSizeWarningLimit: 600,
35
rollupOptions: {
36
// HTML is generated by the extension with CSP headers
37
input: resolve(dirname, "src/index.tsx"),
0 commit comments