wix-incubator / obsidian

Dependency injection library for React and React Native applications
https://wix-incubator.github.io/obsidian/
104 stars 2 forks source link

SWC plugin (improve Vite / Nest.js support) #185

Closed guyca closed 1 month ago

guyca commented 1 month ago

This PR will add an SWC plugin which can be used instead of the Babel plugin in Vite or Nest.js apps.

Background

Vite and Nest.js are currently two of the most popular front end frameworks. Both promote using SWC as the default transpiler as it boasts much better performance compared to the Babel.

POC

Todo


fixes #162 (at some point 😉 )

guyca commented 1 month ago

Closing in favor of #186