toastdotdev / toast

The best place to stack your JAM. Toast is a Jamstack framework
153 stars 13 forks source link

port import-rewriter plugin to swc #2

Closed ChristopherBiscardi closed 3 years ago

ChristopherBiscardi commented 4 years ago

Rewrite this babel plugin to work in SWC. It rewrites client-side imports

Requires having an import-map.json, which is a format originally solidified by snowpack/import-maps spec, so breadbox has to be run already.

ChristopherBiscardi commented 3 years ago

implemented awhile ago.