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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add cjs to rollup-plugin #538

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

VojGin
Copy link

@VojGin VojGin commented Apr 14, 2024

What changed / motivation ?

I had came to a need of stylex rollup-plugin in the cjs flavor. See this issue for relevant context. #451

So I added it. My PR is very much inspired by the current implementation in packages/styles/package.json

Linked PR/Issues

Fixes #451

Additional Context

The rollup-plugin now generates lib/* and lib/es/* folders. See screenshot:

image

I had run all the tests and lints. But as I'm unfamiliar with the repository. I'd gladly ask for a double check that I didn't break anything vital. 馃檹

What I have manually tested:

  • The output lib/es/index.mjs is identical with the old lib/index.js
  • The cjs flavor of the library was tested in my project and seems to be building correctly

Tagging @nmn as a follow-up to our discussion

Pre-flight checklist

@facebook-github-bot
Copy link

Hi @VojGin!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks!

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 14, 2024
@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

@nmn
Copy link
Contributor

nmn commented Apr 15, 2024

Needing cjs with Rollup was not something I would've expected. Will take a look at this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESM & CJS support for Rollup Plugin
3 participants