Samphan Raruenrom

Results 4 comments of Samphan Raruenrom

It seems like webpack doesn't like symlinks: webpack/webpack#1643 So CRA has this same problem: facebook/create-react-app#1333 They recommend we share code with yarn/lerna workspace. CRA support for workspace already landed on...

I've implemented a workaround using tsc's baseUrl which CRA-ts already supported. https://github.com/untsamphan/cra-ts-monorepo-example Need to eject (only) if you want tsc/webpack to grab .ts from the local packages. ## Steps 1....

I've implemented a workaround using tsc's baseUrl which CRA-ts already supported. https://github.com/untsamphan/cra-ts-monorepo-example Need to eject (only) if you want tsc/webpack to grab .ts from the local packages. ## Steps 1....

I found that too and very surprised to find that sourcemap work in Safari! This problem seems to be Chrome specific.