Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle dependencies #1017

Open
hediet opened this issue Jul 16, 2024 · 0 comments
Open

Bundle dependencies #1017

hediet opened this issue Jul 16, 2024 · 0 comments
Labels
feature-request Request for new features or functionality

Comments

@hediet
Copy link
Member

hediet commented Jul 16, 2024

Adding @vscode/vsce to a project adds a lot of dependencies to yarn.lock (see here).

I'd suggest to bundle the sources of vsce into one index.js. This also might increase the performance of the tool.
You could check out rollup, which uses esbuild for the bundling.

I don't think this is a very involved task.

@benibenj benibenj added the feature-request Request for new features or functionality label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants