Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use our versions of the presets for transpiling
If you simply pass package names into babel's list of presets then it'll try to load them from the working directory. That doesn't work for us, so we need to resolve–but not load!–the presets relative to babel-codemod itself. Fixes #102
- Loading branch information