]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: explictly exclude node_modules/.bin from npm files
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 16 Feb 2025 16:28:04 +0000 (00:28 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sun, 16 Feb 2025 16:30:54 +0000 (00:30 +0800)
commite14950ba99ad41a7e33eafcd60efee4f432f7051
treecad0d299a7dd02c0d92ab9405be57feb8d0332d1
parente605ee638e59cdc3e475aba9eae2e9a4f72d544e
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 the
tarball: https://unpkg.com/browse/create-vue@3.14.1/template/base/node_modules/.bin/

Explicitly excluding them from the `files` field can reduce the unpacked
size by quite a few KBs.
package.json