privacybydesign / irma-frontend-packages

Collection of frontend related packages, that together form a Javascript "client" to the IRMA server.
7 stars 4 forks source link

Fix the need for manually inserted polyfills #48

Open ivard opened 3 years ago

ivard commented 3 years ago

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.

https://github.com/privacybydesign/irma-frontend-packages/blob/0ddde997a6cb1c48d64d197677f6581c4ccdf0ce/irma-frontend/webpack.config.js#L6-L13