A collection of codemods to automatically upgrade webpack configurations and APIs to newer versions.
Run a codemod on your project with the Codemod CLI:
npx codemod run @webpack/<codemod-name>| Codemod | Description |
|---|---|
css-plugins-to-native-css |
Migrate mini-css-extract-plugin and style-loader/css-loader rules to webpack's native CSS support (experiments.css). |
See CONTRIBUTING.md for how to add a new codemod or improve an existing one.