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
Is there anyway to do an asynchronous file transformer? I have a plugin that makes more sense as an individual file transformer instead of a directory transformer, but it returns a promise or calls a callback asynchronously when it's finished.
The definition of a file transformer appears to only allow for a synchronous return of the finished transform.
Is there anyway to do an asynchronous file transformer? I have a plugin that makes more sense as an individual file transformer instead of a directory transformer, but it returns a promise or calls a callback asynchronously when it's finished.
The definition of a file transformer appears to only allow for a synchronous return of the finished transform.
Is something like this available?
The text was updated successfully, but these errors were encountered: