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 have a monorepo setup (using TurboRepo) with my CRA app with Craco, inside apps/* folder and a design system inside packages/* folder. The paths to the design system are setup in tsconfig.json.
Previously, I was using the the old plugin craco-alias. I have replaced it with react-app-alias-ex.
However it sometimes does not work with hot reloading i.e when a change is made inside packages/*, I see Cannot set properties of undefined (setting 'exports') as an error on the browser while the craco process shows Files successfully emitted, waiting for typecheck results.... I have to shutdown the server and restart.
Any solutions ?
The text was updated successfully, but these errors were encountered:
I have a monorepo setup (using TurboRepo) with my CRA app with Craco, inside
apps/*
folder and a design system insidepackages/*
folder. The paths to the design system are setup intsconfig.json
.Previously, I was using the the old plugin
craco-alias
. I have replaced it withreact-app-alias-ex
.However it sometimes does not work with hot reloading i.e when a change is made inside
packages/*
, I seeCannot set properties of undefined (setting 'exports')
as an error on the browser while the craco process showsFiles successfully emitted, waiting for typecheck results...
. I have to shutdown the server and restart.Any solutions ?
The text was updated successfully, but these errors were encountered: