babel-plugin-module-resolver
babel-plugin-module-resolver copied to clipboard
Doesn't work on other workspace
Hi,
I'm working on a project with git, when I pull to another workspace(PC), I have to reset cache using 4 commands to make it work:
- watchman watch-del-all
- rm -rf node_modules && npm install
-
rm -rf /tmp/metro-bundler-cache-*
ornpm start -- --reset-cache
- rm -rf /tmp/haste-map-react-native-packager-*
It's very annoying when the project has many people working together. Is it a way to solve this?
Thanks