Use case
Framework
No Results
Owner
- Webpack To Rspack/Migrate Terser Plugin- Change import and usage of from TerserPlugin to use included rspack.SwcJsMinimizerRspackPlugin. - Before
- Webpack To Rspack/Community Csminimizer To Rspack Plugin- Change import and usage of from css-minimizer-webpack-plugin to use included rspack.LightningCssMinimizerRspackPlugin. - Before
- Webpack/V5/Set Target To False And Update Plugins- This codemod migrates the - targetproperty in Webpack configurations from a function to- falseand moves the function to the- pluginsarray.
- Valtio/V2/Migration Recipe- This recipe provides a collection of codemods to help you migrate your codebase to Valtio v2. These codemods are designed to streamline the transition process by automating common code transformations due to behavioral changes in Valtio v2. 
- Remove Iswhitespace- Removes isWhitespace calls and - is-whitespaceimports and replaces them with- trim()calls.