Export hangs in simple monorepo #1014
Unanswered
corysimmons
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've set up a monorepo like:
So in my monorepo's
./package.json
, I have these scripts:In
./apps/newsletter/package.json
I have:When I run
yarn export:newsletter
, it creates./apps/out/my_template.js
and then seems to hang.Has anyone run into this? Stupidly, I spent a good amount of time coding up some templates before even seeing if I could get exporting working now I'm kind of worried. 😅
Beta Was this translation helpful? Give feedback.
All reactions