You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: