You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides, many vue related package is not IE11 friendly now, e.g. the output of vue-loader@16 and vue-i18n-loader contains arrow function() => {}. After this pr #6220, a part of the problem can be solved, e.g. node_modules/vue-i18n/dist constains const
Version
4.5.11
Reproduction link
https://github.com/Alymbek/vue3-i18n-next
Environment info
Steps to reproduce
standard steps to create project with 'vue create' command
What is expected?
should work in Internet Explorer 11
What is actually happening?
getting empty page and error message in Console
SCRIPT1002: Syntax error - chunk-vendors.js (35,1)
working in Chrome and Edge without any error messages.
see also intlify/vue-i18n#331
The text was updated successfully, but these errors were encountered: