Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bundle the extension into one js file with esbuild. (#287)
This reduces vsix size from 1.5MB -> 500KB, and activate time by 60ms or so. Note that esbuild consumes TS directly rather than running tsc, and doesn't produce diagnostics. However they still show up in the editor, and `test` will still fail on tsc compile errors.
- Loading branch information