Skip to content

Commit

Permalink
fix: update call to globIgnore (#1002) (#1003)
Browse files Browse the repository at this point in the history
globIgnore now requires the 'absolute' option to be specified.
  • Loading branch information
jdhuntington authored and GeeWee committed Feb 28, 2019
1 parent f92bc41 commit 05b63af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/bundle.js
Expand Up @@ -25,6 +25,7 @@ function readPackageDigest() {

function computePackageDigest(noWriteFile = false) {
const files = globIgnore(join(rootDir, '**'), {
absolute: true,
ignore: readFileSync(join(rootDir, '.npmignore'))
.toString('utf8')
.split(/\n/g)
Expand Down

0 comments on commit 05b63af

Please sign in to comment.