Open Morphexe opened 4 years ago
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
browsers : { production: '>0.5%, IE 11' },
in nwb.config.js
Did I misconfigured something
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