We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to combine babel to support typescript files to generate es5 files. For example ?? The syntax is converted to es5
The text was updated successfully, but these errors were encountered:
It's seem not the main missions of unbuild 👀
unbuild
Sorry, something went wrong.
I can transpile to ES5 using tsc, but it seems not to work with unbuild.
I agree with @peterroe , since unbuild uses esbuild and esbuild does not support es5, at least not out of the box 🤔 .
If you don't need to handle .Vue files, you could probably try something like tsup which should support es5.
No branches or pull requests
Describe the feature
How to combine babel to support typescript files to generate es5 files. For example ?? The syntax is converted to es5
Additional information
The text was updated successfully, but these errors were encountered: