-
-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: remove esbuild #144
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7bb7074
to
34d7c80
Compare
34d7c80
to
01ed176
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 3f33495:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. We thought about using swc
but tsc
would work too. Would you be interested in doing it with swc
, like packages/waku
?
Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
I tried, that is impossible if the project both output cjs and esm, since tsconfig will check |
Interesting. I wasn't aware of it. Did you try the cli locally to see if works as expected? Can I merge and just release it? |
I tried it, works |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much.
#132 (comment)