Skip to content

Commit

Permalink
Keep node_modules/ as they are required at runtime
Browse files Browse the repository at this point in the history
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
daddykotex committed Aug 18, 2022
1 parent d6591f7 commit 69e7ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
**/tsconfig.json
jest.config.js
jest.e2e.config.js
node_modules/**
out/it/**
out/tests/**
src/**
Expand Down

0 comments on commit 69e7ad3

Please sign in to comment.