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 Feb 15, 2025. It is now read-only.
If I am using export as UMD module, how can I enable support for ie11 ?
It currently exports with some invalid syntax (class Something...), it seems this doesn't respect the
browsers : {
production: '>0.5%, IE 11'
},
in nwb.config.js
Did I misconfigured something
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is a:
If I am using export as UMD module, how can I enable support for ie11 ?
It currently exports with some invalid syntax (class Something...), it seems this doesn't respect the
in nwb.config.js
Did I misconfigured something
The text was updated successfully, but these errors were encountered: