jhswareJ
Denoβ€’16mo agoβ€’
3 replies
jhsware

How to configure Deno to use an SWC-Plugin to transpile TSX?

I want to use the swc-inferno-plugin to transpile TSX.

An example of the configuration using webpack with a .swcrc-file can be found here: https://github.com/infernojs/inferno-swc-example

The plugin performs several optimisations during transpilations so just switching the import source etc. won't help.

Is there some way to configure Deno to use SWC-plugins for TSX-files?
GitHub
Contribute to infernojs/inferno-swc-example development by creating an account on GitHub.
Was this page helpful?