is there codemods to move files from one package to a new one?
-
-
Move refactoring is almost there, it won't reference the package: import { fn } from '../../fileToMove' will be import { fn } from '../../../packageName/fileToMove' instead of: import { fn } from 'packageName/fileToMove' packageName would be define on package.json
-
Can you provide your project structure (or sample project)? Do you have lerna or yarn workspaces in your project?
- 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.