- Notifications
You must be signed in to change notification settings - Fork479
Commite14950b
committed
fix: explictly exclude node_modules/.bin from npm files
I don't know why .gitignore exclusion doesn't work for these files,but both pnpm & npm packed them, as a result they are present in thetarball:https://unpkg.com/browse/create-vue@3.14.1/template/base/node_modules/.bin/Explicitly excluding them from the `files` field can reduce the unpackedsize by quite a few KBs.1 parente605ee6 commite14950b
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
0 commit comments
Comments
(0)