toastdotdev / toast

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

.swcrc support #72

Open ChristopherBiscardi opened 2 years ago

ChristopherBiscardi commented 2 years ago

@m-allanson ran into an issue with swc. For various reasons (debugging, workarounds, etc) it would be nice to be able to configure swc.

swc already has an .swcrc file already, and I don't see any reason to modify it.

There is some code in swc to already parse/default/etc .swcrc files that we can re-use for this.