You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mctrafik
changed the title
Doesn't work when output is chunked.
Doesn't work as would like it. outputFiles isn't iterable.
Jun 2, 2023
result.outputFiles
is null whenwrite: true
which is the typical case. IMHO this plugin can look atObject.keys(result.metafile?.outputs)
and compress that instead. This way you can avoid the double compilation.The text was updated successfully, but these errors were encountered: