Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error: "Cannot read property 'getDependenciesToBeIncluded' of undefined" after upgrading to v2.10.0 #3557

Closed
cato opened this issue May 15, 2020 · 2 comments · Fixed by #3558

Comments

@cato
Copy link

cato commented May 15, 2020

Not sure if this is a bug with Rollup or the Post CSS plugin. But it started when I upgraded from Rollup v2.9.0 to v2.10.0, so I'll start here.

Sorry in advance if it should be in the Post CSS Plugin Repo.

Expected Behavior

After upgrading from 2.9.0 to 2.10.0, Rollup + Post CSS Plugin should build as usual.

Actual Behavior

After upgrading from 2.9.0 to 2.10.0, Rollup + Post CSS Plugin throw this error during build:
TypeError: Cannot read property 'getDependenciesToBeIncluded' of undefined

@cato cato changed the title Cannot read property 'getDependenciesToBeIncluded' of undefined after upgrading to v2.10.0 Getting error: "Cannot read property 'getDependenciesToBeIncluded' of undefined" after upgrading to v2.10.0 May 15, 2020
@lukastaegert
Copy link
Member

Thanks for reporting. It appears the bug was actually introduced in 2.9.1. Fix at #3558.

@lukastaegert
Copy link
Member

BTW your minimal repro was crucial in finding a fix for that quickly 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants