Lincoln Mitchell
Sep 1, 2018 · 1 min read

You said: “To use this build system with your production codebase, point the Webpack entry to your codebase. We recommend creating a symlink to your production codebase to avoid duplication.”

I’m a designer (+20% developer) that’s been given some Reactjs code base. But not familiar enough to now what files to edit to create this symlink. I’m guessing it’s the framerx-build-system/package.json file and editing line 12: “build”: “yarn clean && webpack — env build && yarn sync:lib”, Am I correct?

What does this look like and which director or file does it link too in the production code?