swc-loader
This module allows you to use SWC with webpack.
For Rspack users, you can use Rspack's builtin:swc-loader, without the need to install the swc-loader package.
Installation
Usage
Options
Loader options are passed through to SWC as if they were part of your .swcrc.
For instance, to configure browserslist-based targets for compilation and see the effect:
React Development
The jsc.transform.react.development option is automatically set based on the webpack mode.
With babel-loader
When used with babel-loader, the parseMap option must be set to true.
