We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af47de4 commit ed282b9Copy full SHA for ed282b9
1 file changed
src/testing/testing.ts
@@ -76,6 +76,10 @@ export class Testing implements d.Testing {
76
77
let buildTask: Promise<d.BuildResults> = null;
78
79
+ (config.outputTargets as d.OutputTargetWww[]).forEach(outputTarget => {
80
+ outputTarget.empty = false;
81
+ });
82
+
83
const doBuild = !(config.flags && config.flags.build === false);
84
if (doBuild) {
85
buildTask = compiler.build();
0 commit comments