openfga/vscode-ext

Currently using both webpack & tsc to build 2 flavors of extension. Consolidate into one build tool.

Closed this issue · 1 comments

webpack was an easy replacement for tsc, but we dont want to bundle tests for e2e. Investigate rollup or esbuild instead as a code bundler where we might have more control.

https://code.visualstudio.com/api/working-with-extensions/bundling-extension

Webpack has seriously bloated the build package. Investigating today how to slim it down.