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
{{ message }}
This repository has been archived by the owner on May 23, 2021. It is now read-only.
BREAKING CHANGE: this build output will not work on IE 11 anymore
- Add "targets" to "esmodules" for async/await
- Add babel-plugin-static-fs for inliing static content
- it will improve browser compatibility
fix#23fix#31
preset-env
convert code to ES 5 by default.If the code includes async/await, it require
@babel/polyfill
.We want to convert it without configuration.
Related
The text was updated successfully, but these errors were encountered: