Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 2649e18

Browse files
add compiled outputs data for bundle, buildStatic methods
1 parent b56bcc9 commit 2649e18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/builder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@ Builder.prototype.bundle = function(expressionOrTree, outFile, opts) {
706706
.then(function(output) {
707707
output.modules = compiled.modules;
708708
output.entryPoints = compiled.entryPoints;
709+
output.outputs = compiled.outputs;
709710
output.tree = tree;
710711
output.assetList = compiled.assetList;
711712
if (outputOpts.outFile) {
@@ -809,6 +810,7 @@ Builder.prototype.buildStatic = function(expressionOrTree, outFile, opts) {
809810
output.inlineMap = inlineMap;
810811
output.assetList = compiled.assetList;
811812
output.modules = compiled.modules;
813+
output.outputs = compiled.outputs;
812814
output.tree = tree;
813815
return output;
814816
});

0 commit comments

Comments
 (0)