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
Fix mangleErrorsPlugin not preserving different error types
- Resolved an issue where `mangleErrorsPlugin` did not preserve the original error constructor type. Previously, if a `TypeError` or any other custom error was thrown, the plugin would incorrectly transform it into a generic `Error`.
0 commit comments