atlassian-labs / react-resource-router

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering
https://atlassian-labs.github.io/react-resource-router
Apache License 2.0
198 stars 28 forks source link

Fix codemod error #205

Closed bobrovnik closed 1 year ago

bobrovnik commented 1 year ago

When running npx @codeshift/cli --packages "react-resource-router#use-resource-imports" ~my-project/**/*.tsx I'm getting the following error as we do not ship ./src folder to npm

image

P.s I've tried to import from ./build/... and ./resources, both would not work for tests/eslint