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 got this error message when I used webpack2 to pack my code include x-tag. The detail is: return i.stack = function(e) { e.currentTarget = e.currentTarget || this; var t = e.detail || {}; return t.__stack__ ? t.__stack__ == a ? (e.stopPropagation(), e.cancelBubble = !0, a.apply(this, arguments)) : void 0 : a.apply(this, arguments) }
this line e.currentTarget = e.currentTarget || this; throwed this error. why cann't it assign to read?
My package.json: "devDependencies": { "extract-text-webpack-plugin": "^2.1.0", "html-webpack-plugin": "^2.28.0", "webpack": "^2.2.1", "webpack-livereload-plugin": "^0.10.0" }
The text was updated successfully, but these errors were encountered:
I got this error message when I used webpack2 to pack my code include x-tag. The detail is:
return i.stack = function(e) { e.currentTarget = e.currentTarget || this; var t = e.detail || {}; return t.__stack__ ? t.__stack__ == a ? (e.stopPropagation(), e.cancelBubble = !0, a.apply(this, arguments)) : void 0 : a.apply(this, arguments) }
this line
e.currentTarget = e.currentTarget || this;
throwed this error. why cann't it assign to read?My package.json:
"devDependencies": { "extract-text-webpack-plugin": "^2.1.0", "html-webpack-plugin": "^2.28.0", "webpack": "^2.2.1", "webpack-livereload-plugin": "^0.10.0" }
The text was updated successfully, but these errors were encountered: