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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Bundler (#43) and #141 are blocked by design of the configuration api which
is accessible from this repository (swc-project/swc)
This is required for bundler. (because bundler should respect
.swcrc
)does not depend on
swc_ecma_transforms
does not introduce breaking change
One simple way would be copying config structs into a separate crate (like
swc_config
), but I think it's kind of code smell.The text was updated successfully, but these errors were encountered: