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
I assume that babel has taken care of transpiling the script to a version compatible with IE 11, so I guess it's the breadcrumb code itself that is causing the issue. Just a guess though ;)
Module version used: latest so far (0.4.0)
The text was updated successfully, but these errors were encountered:
My setup consists of webpack (with vue loader) and babel, for transpiling JavaScript into previous ES versions.
In IE 11 I get the following error on the following line of the output JavaScript file. The error points at the 378th character in the line.
As a result, the entire page fails to load.
I assume that babel has taken care of transpiling the script to a version compatible with IE 11, so I guess it's the breadcrumb code itself that is causing the issue. Just a guess though ;)
Module version used: latest so far (0.4.0)
The text was updated successfully, but these errors were encountered: