The webview builds to a single 531 KB JS chunk. Vite warns about this during vsce package. Consider:\n- Dynamic import() for heavy components (e.g. CommentThread)\n- build.rollupOptions.output.manualChunks in webview/vite.config.ts\n\nThis won't block publishing but will improve webview load time, especially on slower machines.
The webview builds to a single 531 KB JS chunk. Vite warns about this during
vsce package. Consider:\n- Dynamicimport()for heavy components (e.g.CommentThread)\n-build.rollupOptions.output.manualChunksinwebview/vite.config.ts\n\nThis won't block publishing but will improve webview load time, especially on slower machines.