Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

EmilMoe's avatar
Level 10

IE 11 Vuex Polyfill

I can't load the page in Internet Explorer 11 because it complains about polyfill.

[vuex] vuex requires a Promise polyfill in this browser.

I found this: https://codedump.io/share/i5XuLpv6j7We/1/polyfill-for-ie

But still have no clue how to include this NPM package npm install --save-dev babel-polyfill

Anyone found a solution?

0 likes
4 replies
EmilMoe's avatar
Level 10

I added it to the top of my bootstrap.js, but I still get the same error.

EmilMoe's avatar
Level 10

I added it to my store.js instead, now it works. Thanks !

Please or to participate in this conversation.