speedskater / babel-plugin-rewire

A babel plugin adding the ability to rewire module dependencies. This enables to mock modules for testing purposes.
843 stars 90 forks source link

Any plan to port this plugin to SWC? #239

Open SasSam opened 2 years ago

SasSam commented 2 years ago

Hi,

Is there any plan to port this plugin to SWC? As you probably know, Next.js is migrating from Babel to SWC in version 12 (more info). If and when they will ditch Babel ultimately, we won't be able to use this plugin anymore. There are already many plugins that migrated/ported or in a proposal state.