isographlabs / isograph

The UI framework for teams that move fast — without breaking things.
MIT License
202 stars 9 forks source link

Fixing demos #5

Closed edmondop closed 5 months ago

edmondop commented 5 months ago

Without this fix, running the demo blows up with the following stacktrace:

- wait compiling /_error (client and server)...
- error ./pages/_app.tsx
Error: Cannot find module '../../libs/isograph-babel/BabelPluginIsograph'
Require stack:
rbalicki2 commented 5 months ago

Excellent! Thank you for catching and fixing this :)

We should maybe add a step to our CI pipeline to ensure that npm run build runs in both demos.