IE11 Browser Support (Laravel Mix, Vuetify, vuetify-loader, Vuejs) #383
ericsssan
started this conversation in
Show and tell
Replies: 1 comment
-
Hi @ericsssan, Amazing to see you still got Inertia to work on IE11, I hope it remains functional as we change things and add features! Just in case somebody is curious as to why we've dropped IE11:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to share my solution in case someone else is having difficulty making it works on IE11.
This is how i made it works.
You need 3 extensions for laravel mix.
npm i laravel-mix-polyfill
npm i vuetifyjs-mix-extension
npm i laravel-mix-transpile-node-modules
And 2 polyfill that are not provided by core-js
npm i custom-event-polyfill
npm i proxy-polyfill
webpack.mix.js
app.js
Happy New Year and bye 2020.
Beta Was this translation helpful? Give feedback.
All reactions