brianzinn / react-babylonjs

React for Babylon 3D engine
https://brianzinn.github.io/react-babylonjs/
818 stars 105 forks source link

Storybook build fix #192

Closed benallfree closed 2 years ago

benallfree commented 2 years ago

Got it working. Main changes are in main.js and package.json

brianzinn commented 2 years ago

I think I actually want to reference the built package though webpack alias and not from package.json - I want this to run off the recent build, which will not be on NPM.

benallfree commented 2 years ago

yarn workspaces does it for ya 👍

brianzinn commented 2 years ago

🤦‍♂️ oh - I don't need to use yarn link - yay! I've been schooled - thanks.