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
I'm having some trouble with aliases after migrating to CRA5 and Craco 7 and using your plugin since the one I was using before has been deprecated. I was wondering if you might help understanding what I've set up wrong since I followed your example and I still having some issues both when running dev and also when running tests.
But I'm still having trouble around some imports, any idea?
seems like these 2 are clashing and Webpack is not able to resolve the correct one but only in certain instances
Have you read the discussion since this post btw? Perhaps this is relevant.
You quoted so many good configs here. What exactly is happening and what the problem is would be clear on a working example. May be create a repo and put configs there? Then it will be visible, what exactly is going on.
I'm having some trouble with aliases after migrating to CRA5 and Craco 7 and using your plugin since the one I was using before has been deprecated. I was wondering if you might help understanding what I've set up wrong since I followed your example and I still having some issues both when running dev and also when running tests.
This is my
tsconfig.paths.json
This is my craco config
And I've also added like in your example a
config-overrides.js
like the followingBut I'm still having trouble around some imports, any idea?
seems like these 2 are clashing and Webpack is not able to resolve the correct one but only in certain instances
The text was updated successfully, but these errors were encountered: