| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Document the maintainer-recommended pattern of setting postcss = true on the creator function and default-exporting it, so ES modules and TypeScript do not need module.exports. Fixes postcss#1771
|
Thanks! Can I ask you to replace CommonJS in examples to ESM. Let’s not keep ESM as an option since it is a new default in JS. |
Sorry, something went wrong.
|
Updated the examples so ESM is the default rather than an additional option: the JavaScript examples now default-export the plugin creator, while the TypeScript example remains for typing guidance. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Test plan