IE 11 Vuex Polyfill in Laravel
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?