Source Maps not resolved. #579
Labels
problem: no repro
No reproduction was provided (and have not tried to repro without one)
problem: stale
Issue has not been responded to in some time
Current Behavior
SourceMaps not working.
It seems like they are being emitted by TSdx build chain. Though not being able to be picked up via. React CRA.
Mapping files seems to point to
./src
.Expected behavior
Source maps should resolve.
Suggested solution(s)
After reading through #494 , it seems like
src
folder need to specified inpackage.json > files
. Tried doing so though its not working and ideally it would be great if not including src with package.Additional context
Out of box TSdx along side inside Lerna MonoRepo. Core SDK bundled via. TSdx & thereby consumed via. React CRA.
Your environment
The text was updated successfully, but these errors were encountered: