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
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:
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: