Skip to content

Commit

Permalink
Fix after changing UMD.js (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 31, 2018
1 parent c0935ba commit 4b65973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Builder {
// Generate UMD AST
resultAst = clone(this._toAst("UMD"));
// Grab the final placeholder
this._placeholder = resultAst.body[0].expression[ARGUMENTS][1].body.body;
this._placeholder = resultAst.body[0].expression[ARGUMENTS][0].body.body;
this._placeholder.pop(); // remove __gpf__
// Generate all ASTs and aggregate to the final result
this._addAst("boot");
Expand Down

0 comments on commit 4b65973

Please sign in to comment.