nx-plugins icon indicating copy to clipboard operation
nx-plugins copied to clipboard

Doesn't work as would like it. `outputFiles` isn't iterable.

Open mctrafik opened this issue 1 year ago • 0 comments

result.outputFiles is null when write: true which is the typical case. IMHO this plugin can look at Object.keys(result.metafile?.outputs) and compress that instead. This way you can avoid the double compilation.

mctrafik avatar Jun 02 '23 04:06 mctrafik