-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
feat: enable better cssOptions override for modules #30112
Conversation
Co-authored-by: Lennart <[email protected]>
Co-authored-by: Lennart <[email protected]>
packages/gatsby-plugin-postcss/src/__tests__/gatsby-node.test.js
Outdated
Show resolved
Hide resolved
packages/gatsby-plugin-postcss/src/__tests__/gatsby-node.test.js
Outdated
Show resolved
Hide resolved
packages/gatsby-plugin-postcss/src/__tests__/gatsby-node.test.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Justin Waite <[email protected]>
Co-authored-by: Justin Waite <[email protected]>
Co-authored-by: Justin Waite <[email protected]>
Co-authored-by: Justin Waite <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This is will be extremely helpful for migration from v2 to v3, since moving a big project to the new CSS modules exports is complicated and does not have any advantages if the project is well written. Thank you for the fix, you saved me a lot of time :) |
Description
Enable overriding of esModule props to support old commonjs Syntax.
Documentation
PR #30267 needs to be merged when released
Related Issues
Fixes #29955
Fixes #30040
[ch27340]