Ferdinand Salis

Results 11 comments of Ferdinand Salis

I am running into the same issue. Anyone know of a way to get it to work on Apple Silicon?

@mhinz Thank you for taking the time to answer! 🙏 will investigate.

Hey @tj I just want to bump this. Would you consider giving this a go or is this not high up on your priority list. Thanks. 🙇‍♂️

This would be awesome! Yes, this was for monorepos — yarn, lerna, etc.

I am sure you are not doing anything wrong. Yarn seems to use nodes module resolution, lerna though uses symlinks.

hey @tj so its node module resolution for hoisted dependencies and symlinks for linking packages within your monorepo. Sorry for my ill informed answer earlier.

There is also bolt for mono repos which symlinks everything — https://github.com/boltpkg/bolt

Any plans on tending to this issue?

@necolas I am intrigued, why did you decide to move away from sass and just use plain css? Did you write about it?

Another way is to wrap `onEnter` to make it safe, like @stevoland has done here — https://github.com/erikras/react-redux-universal-hot-example/blob/master/src/helpers/makeRouteHooksSafe.js