Skip to content

Commit

Permalink
Dereference bundle symlinks
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
ramijarrar committed Mar 27, 2019
1 parent 0081159 commit ac95dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions distribution/lib/bundle.js
Expand Up @@ -65,6 +65,7 @@ function compileBundle(_ref) {
_tar.default.c({
file: tarballPath,
sync: true,
follow: true,
gzip: true,
cwd: workingDir
}, ['bundle']);
Expand Down
1 change: 1 addition & 0 deletions source/lib/bundle.js
Expand Up @@ -44,6 +44,7 @@ export default function compileBundle({ customWebConfig, architecture }) {
tar.c({
file: tarballPath,
sync: true,
follow: true,
gzip: true,
cwd: workingDir,
}, ['bundle']);
Expand Down

0 comments on commit ac95dec

Please sign in to comment.