-
Notifications
You must be signed in to change notification settings - Fork 5
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
Transpile for non-modern browsers #1
Comments
Hey, thanks for letting me know. I will check this one out. 👍 |
@isBatak Fixed in Thank you for you're contribution here. |
@bartlomiejzuber maybe you can check this one https://github.com/jaredpalmer/tsdx. It's comparable with microbundle https://github.com/jaredpalmer/tsdx/blob/master/README.md#comparison-to-microbundle. I'm using your lib with Next.js so it should support cjs (node), umd(old browsers) and esm (modern). vercel/next.js#7563 |
This should work also.
ncc is this lib https://www.npmjs.com/package/@zeit/ncc |
Sounds great, I've used lib https://github.com/jaredpalmer/tsdx. All mentioned module types has been shipped inside |
Wooohoo!!! Thx! You are the best! :D |
@bartlomiejzuber I think you need to add these three settings to
|
@isBatak It's done and published under |
Could you use https://github.com/developit/microbundle to support older browsers?
It seems this lib is not working on browsers that don't support spread operators, like old Edge and IE11.
The text was updated successfully, but these errors were encountered: