Skip to content

Commit

Permalink
Update PugAsset.js (parcel-bundler#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
buckle2000 authored and devongovett committed May 20, 2018
1 parent 2243797 commit 63e714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/parcel-bundler/src/assets/PugAsset.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class PugAsset extends Asset {
}
}

return compiled();
return compiled(config.locals);
}
}

Expand Down

0 comments on commit 63e714c

Please sign in to comment.