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
After webpack compiles, this line in the vendor.js file looks like })(undefined, function () { which crashes at page load at return root.is = factory() since root is undefined.
What happened to this, why did it become undefined literal?
The text was updated successfully, but these errors were encountered:
jmzo
changed the title
Webpack
Webpack converts this to undefinedJan 10, 2019
jmzo
changed the title
Webpack converts this to undefined
Babel converts this to undefinedJan 10, 2019
is.js/is.js
Line 25 in 5629495
vendor.js
file looks like})(undefined, function () {
which crashes at page load atreturn root.is = factory()
sinceroot
isundefined
.What happened to
this
, why did it becomeundefined
literal?The text was updated successfully, but these errors were encountered: