Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep node_modules/ as they are required at runtime
This solution is temporary until we have a better approach. The initial goal of the trimming of the .vsix was to reduce size of the package. The archive contains a lot of useless stuff (especially dev dependencies). Ideally, we would have one of the following: - improved pipeline that compiles, but then package with only `yarn install --production` - webpack that puts everything in a standalone file
- Loading branch information