Ddfordp

webpack-to-rspack/migrate-update-babel-loader-to-swc-loader

No description available

Legacy
webpackversion 5rspackmigrationsbabel-loaderswc-loader
Public
10 downloads
0 stars
How to Use
Run this codemod on your codebase using one of the following commands

The easiest way to run this codemod without installing anything globally:

Documentation

Using builtin:swc-loader offers better performance compared to the babel-loader and the external swc-loader, as it avoids frequent communication between JavaScript and Rust.

Before

ts

After

ts

Ready to contribute?

Build your own codemod and share it with the community.