This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 179
TypeError: Cannot read property 'tap' of undefined (Regression in [email protected]) #241
Comments
gr2m
added a commit
to octokit/octokit.js
that referenced
this issue
Feb 24, 2018
gr2m
added a commit
to octokit/octokit.js
that referenced
this issue
Feb 24, 2018
Fix coming in a few minutes thx for the report. |
Released in |
confirmed, thanks a ton 💐 |
gr2m
added a commit
to octokit/octokit.js
that referenced
this issue
Feb 24, 2018
Workaround for uglifyjs-webpack-plugin is no longer required webpack-contrib/uglifyjs-webpack-plugin#241 (comment)
gr2m
added a commit
to octokit/octokit.js
that referenced
this issue
Feb 24, 2018
Workaround for uglifyjs-webpack-plugin is no longer required webpack-contrib/uglifyjs-webpack-plugin#241 (comment)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there 👋
I see this error showing up since your last release:
https://travis-ci.org/octokit/rest.js/jobs/345401492#L3730
I wish I could help better, I'm still new to webpack and I don’t even know how
uglifyjs-webpack-plugin
get installed, it does not show up when I runnpm ls uglifyjs-webpack-plugin
.But when I add
uglifyjs-webpack-plugin
as dependency and pin the version to 1.2.0, the error no longer occurs, see: https://travis-ci.org/octokit/rest.js/jobs/345502710#L3766The text was updated successfully, but these errors were encountered: