Something went wrong on our end. Please try again.
Created by: tjkandala
Closes #28823 (closed)
Adds ability to build the VS Code extension with esbuild. Production build time has gone from 100 seconds to 1.5 seconds on my M1 Pro MBP! Moves and modifies experimental web esbuild plugins to work with the VS Code extension.
esbuild | webpack |
---|---|
![]() |
![]() |
TODO:
yarn build:esbuild
in the client/vscode
directory"Launch VS Code Extension"
task in VS Codeyarn build:esbuild:web
in the client/vscode
directory"Launch VS Code Web Extension"
task in VS CodeCheck out the client app preview documentation to learn more.