Skip to content

Commit 868253c

Browse files
authored
Merge pull request #50 from vonBarbarosa/update-dependencies
Update dependencies
2 parents eacc092 + 5cf3f89 commit 868253c

File tree

3 files changed

+1234
-3595
lines changed

3 files changed

+1234
-3595
lines changed

lib/bundle.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ function prepareIncludes (data) {
8484
const includeFiles = globby.sync(data.functionBrowserifyConfig.include, {
8585
cwd: this._s.config.servicePath,
8686
dot: true,
87-
silent: true,
88-
follow: true
87+
followSymbolicLinks: true
8988
})
9089
if (includeFiles && includeFiles.length) {
9190
if (this._b.debugOn) {

0 commit comments

Comments
 (0)