Skip to content

Commit

Permalink
Remove extra argument passed to addAssetToBundle in JSPackager (#1386)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen1 authored and devongovett committed May 20, 2018
1 parent b2a08c4 commit 33ed913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packagers/JSPackager.js
Expand Up @@ -119,7 +119,7 @@ class JSPackager extends Packager {

// Add all dependencies as well
for (let child of asset.depAssets.values()) {
await this.addAssetToBundle(child, this.bundle);
await this.addAssetToBundle(child);
}

await this.addAsset(asset);
Expand Down

0 comments on commit 33ed913

Please sign in to comment.