Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use separate vscode webview source map to cut bundle by 17MB (#555)
With an inline sourcemap, `vscode/dist/webviews/index.js` is 18.8MB. With a separate sourcemap file, it is 1.8MB. The sourcemap file is 13MB, so even including it, there's still a big reduction. And now the sourcemap is only loaded for debugging, not for routine execution, which surely must be a perf improvement.
- Loading branch information