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?
I added it to the top of my bootstrap.js, but I still get the same error.
I added it to my store.js instead, now it works. Thanks !
Please or to participate in this conversation.