insin / nwb

A toolkit for React, Preact, Inferno & vanilla JS apps, React libraries and other npm modules for the web, with no configuration (until you need it)
Other
5.57k stars 331 forks source link

Support for ie11 in UMD module ? #560

Open Morphexe opened 3 years ago

Morphexe commented 3 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