You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
Running instafork should not do codemod replacements with a full path: --replaceWith="/Users/dawsonbotsford/code/uberjs/src/@uber/react-button/dist/index.js"
Instead it should be: --replaceWith="./@uber/react-button/dist/index.js"
I forget about this "feature", but the codemod itself expects the full-path and then manages the relative path conversion on it's own. This is done because each file where the codemod acts could be at different places in the filesystem, so the logic for deciding the relative path lies in the codemod itself.
Running instafork should not do codemod replacements with a full path:
--replaceWith="/Users/dawsonbotsford/code/uberjs/src/@uber/react-button/dist/index.js"
Instead it should be:
--replaceWith="./@uber/react-button/dist/index.js"
See #8
The text was updated successfully, but these errors were encountered: