Description
The RemapPlugin class calls getTransaction which lazily creates a transaction object. But In this case no other hooks are set which results in the Transaction instance being leaked. This is not observed (as far as we know) in deployment because the presence of any GlobalPlugin will set the hook and clean up the shared Transaction instance. Nevertheless the pure remap case should not leak.