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
{{ message }}
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
L20 makes it impossible to use the class transformer's loose specified by presets passed to rollup-plugin-babel. This is because the class transform is manually added to the plugins list, which takes precedence over preset-provided plugins.
Is this intentional? If not, what about something like this?
L20 makes it impossible to use the class transformer's loose specified by presets passed to
rollup-plugin-babel. This is because the class transform is manually added to the plugins list, which takes precedence over preset-provided plugins.Is this intentional? If not, what about something like this?