This codemod migrates the plugins option to client.extend() calls.
What Changed
Previously, you could pass plugins as an option to the Client constructor. Now, plugins need to be added using the client.extend() method.
Before
jsx
After
jsx
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
The easiest way to run this codemod without installing anything globally:
This codemod migrates the plugins option to client.extend() calls.
Previously, you could pass plugins as an option to the Client constructor. Now, plugins need to be added using the client.extend() method.
jsx
jsx
Build your own codemod and share it with the community.