We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92bc41 commit 05b63afCopy full SHA for 05b63af
1 file changed
scripts/lib/bundle.js
@@ -25,6 +25,7 @@ function readPackageDigest() {
25
26
function computePackageDigest(noWriteFile = false) {
27
const files = globIgnore(join(rootDir, '**'), {
28
+ absolute: true,
29
ignore: readFileSync(join(rootDir, '.npmignore'))
30
.toString('utf8')
31
.split(/\n/g)
0 commit comments