jhsware
jhsware
DDeno
Created by jhsware on 10/11/2024 in #help
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?
4 replies