E

e18e/@e18e/error-cause

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

Error Cause Codemod

Introduction

This codemod removes the import of the error-cause/auto package from the codebase. By eliminating this unnecessary dependency, it helps reduce bundle size and improve the performance of the application.

Before

javascript

After

javascript

Ready to contribute?

Build your own codemod and share it with the community.