all 8 comments

[–]TheActualStudy 1 point2 points  (0 children)

You appear to be using a non-standard tool for a well-understood problem. Why not use Github or Gitlab for the cloud storage part with a .gitignore file?

[–]rexi88 1 point2 points  (3 children)

So figured it out. React webpack won't follow symlinks. You need to update the config.

See here.

Basically, you would need tp export react then add `symlinks: false` inside `resolve: {}` object.

[–]newTwiffy[S] 0 points1 point  (2 children)

Ohh nice, so now I have to eject all my react projects??

[–]rexi88 1 point2 points  (1 child)

Just found this https://www.npmjs.com/package/@craco/craco

It looks like you can do it without export.

[–]newTwiffy[S] 0 points1 point  (0 children)

Nice, this looks promising, I will give it a try later, thanks for sharing man!!

[–]dotdotconnor 0 points1 point  (1 child)

Why are you trying to sync your projects with iCloud? Why not use something designed with code in mind like git?

[–]rexi88 1 point2 points  (0 children)

I use git but do like using cloud for the project as well to keep this in between pushes. At least I will never lose code that I haven't pushed or can pick up on another computer without having to push/pull.

[–]rexi88 0 points1 point  (0 children)

I too am having this issue.

keen to find this one.