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
I'm managing the manifest in-memory and through my own module, so I'd like the option to not write it to disk in some cases.
I assumed that returning null or undefined from the reduce function or filtering out all the assets would prevent writing to disk, but that doesn't seem to happen.
Is this supported?
The text was updated successfully, but these errors were encountered:
I'm managing the manifest in-memory and through my own module, so I'd like the option to not write it to disk in some cases.
I assumed that returning
null
orundefined
from the reduce function or filtering out all the assets would prevent writing to disk, but that doesn't seem to happen.Is this supported?
The text was updated successfully, but these errors were encountered: