Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Fix the need for manually inserted polyfills #48

Open
ivard opened this issue Apr 23, 2021 · 0 comments
Open

Fix the need for manually inserted polyfills #48

ivard opened this issue Apr 23, 2021 · 0 comments

Comments

@ivard
Copy link
Member

ivard commented Apr 23, 2021

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.

entry: {
'irma': [
'core-js/modules/es.promise',
'core-js/modules/es.array.iterator',
'core-js/modules/es.array.includes',
'./index.js'
],
},

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant