Besides the regular parsing by babel we need to manually include polyfills now. This is problematic, because people that do not use the webpack steps from irma-frontend will lack support for IE11. Therefore it might be better to include those polyfills directly in the code, or to properly document the need for those polyfills.
Besides the regular parsing by
babel
we need to manually include polyfills now. This is problematic, because people that do not use the webpack steps fromirma-frontend
will lack support for IE11. Therefore it might be better to include those polyfills directly in the code, or to properly document the need for those polyfills.https://github.com/privacybydesign/irma-frontend-packages/blob/0ddde997a6cb1c48d64d197677f6581c4ccdf0ce/irma-frontend/webpack.config.js#L6-L13