Hello,
I recently added this module to my project and was running just fine until I tested in IE. I noticed the error in my subject for this ticket. Wanted to know if this is a known issue or if there is a workaround that you recommend?

I also checked the example website here: https://nuxt-i18n-example-fzvklkzrln.now.sh/ and I'm getting the same error being thrown. Is there a workaround for this?

The problem that I'm having is in IE it's killing all my other JS from being called like click events etc...
I ended up using babel es6 polyfill and seems to be working.
@andrade1379 Can you please share your solution? I'm also struggling with this and I'm not sure how to config es6 polyfill correctly in nuxt.config.
Thanks!
@hlozancic, of course, I can.
/*
** Build configuration
*/
build: {
vendor: [
'babel-es6-polyfill',
That should be all you need to do. Let me know if that works for you. Good luck!
Nope still same error... But we resolved this issue on another way.
If anyone else has same problems... this was our solution:
Thats it...
@hlozancic well, I don't know what error you're getting but glad you found a solution.
This question has been resolved by @andrade1379, see answer.
Hi all,
Has anyone ran into a similar problem for versions 2.4+ ?
And could someone help me gain some context around what I'm building for by default?
Trying to figure out if I need to add nuxt-polyfill dependency just to add this findIndex polyfill, or if this would be solved by changing a babel related setting?
Most helpful comment
@hlozancic, of course, I can.
That should be all you need to do. Let me know if that works for you. Good luck!