yousefvand/mathover

Bundle extension

yousefvand opened this issue · 0 comments

I managed to bundle my own transpiled typescript code into one js file (using rollup) but failed to bundle dependencies from node_modules. The published version on vscode marketplace simply contains node_modules from npm i --production without bundling and tree shaking.

If you know how to do that, PRs are welcome.