You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am building a utility library with Vite+typescript.
How can I enable the build configuration to produce an ES5 build? Currently, it is producing an ES2015 build.
is there any promising way to do enable this feature?
I have explored:
The Babel works but has not been found to support polyfills. Is there a better way, or is there a workaround for SWC?
What is the best way to do this task?
Beta Was this translation helpful? Give feedback.
All reactions