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

Accessing "this.moduleIds" on the plugin context by plugin postcss is deprecated. #313

Closed
vnaki opened this issue Aug 22, 2020 · 2 comments

Comments

@vnaki
Copy link

vnaki commented Aug 22, 2020

Error: Accessing "this.moduleIds" on the plugin context by plugin postcss is deprecated. The "this.getModuleIds" plugin context function should be used instead.

Rollup Deprecated Context Functions

image

pollup-plugin-postcss

image

@wardpeet
Copy link
Collaborator

We need to make sure that we keep backwards compatability so we should check if this.getModuleIds is present or not.

We would love a PR for this! 👍

Thank you for creating this issue.

@wardpeet
Copy link
Collaborator

Moduleids has been removed in favor of a different technique in #295. Closing this because it's fixed in the latest release.

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

No branches or pull requests

2 participants