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 have a use case similar to the use case described in #912 -- a plugin where I'd like to keep a resource around in case of incremental rebuilds, destroying it when incremental builds are no longer possible. The onDispose hook that @evanw suggested in that issue, called after rebuild.dispose(), would be perfect!
The text was updated successfully, but these errors were encountered:
I have a use case similar to the use case described in #912 -- a plugin where I'd like to keep a resource around in case of incremental rebuilds, destroying it when incremental builds are no longer possible. The
onDispose
hook that @evanw suggested in that issue, called afterrebuild.dispose()
, would be perfect!The text was updated successfully, but these errors were encountered: