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

ESM only configuration for PostCSS plugin #1312

Closed
thescientist13 opened this issue Nov 13, 2024 · 0 comments · Fixed by #1332
Closed

ESM only configuration for PostCSS plugin #1312

thescientist13 opened this issue Nov 13, 2024 · 0 comments · Fixed by #1332
Assignees
Labels
alpha.1 breaking documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins v0.31.0
Milestone

Comments

@thescientist13
Copy link
Member

thescientist13 commented Nov 13, 2024

Type of Change

Feature

Summary

Related to #824 , it looks like PostCSS now supports ESM configuration files which means we should now be able to remove the requirement to have a CJS and an ESM configuration file.

Details

It seems from this comment it would technically have to be a .mjs file but we'll take what we can get!

In addition to updating the plugin's README file, we'll also want to post a PR to the website repo to update the docs page
https://greenwoodjs.dev/docs/plugins/postcss/#installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha.1 breaking documentation Greenwood specific docs enhancement Improve something existing (e.g. no docs, new APIs, etc) Plugins Greenwood Plugins v0.31.0
Projects
Development

Successfully merging a pull request may close this issue.

1 participant