babel #605
Unanswered
mickdelaney
asked this question in
Q&A
babel
#605
Replies: 1 comment 2 replies
-
Seems it was removed at some point after: https://github.com/egoist/tsup/releases/tag/v3.5.0 . Given that it was experimental, I suppose there was a reason. Bummer cause I needed this as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is the --babel option still available ?
i'm trying to use tsup in a turborepo monorep with react relay.
so i need to use the relay babel plugin in a package
"dev": "tsup src/index.tsx --babel --format esm,cjs --watch --dts --external react react-relay relay-runtime",
https://github.com/mickdelaney/graphql-relay-blog-post/blob/master/client/packages/ships/package.json#L16
Beta Was this translation helpful? Give feedback.
All reactions