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

Fix cjs build in the v8 branch #1624

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Fix cjs build in the v8 branch #1624

merged 1 commit into from
Aug 6, 2024

Conversation

matyasf
Copy link
Collaborator

@matyasf matyasf commented Aug 5, 2024

Same as #1609 just for the v8 branch.

For some reason most CI items are not triggering, I've ran them manually and they are OK

babel-plugin-transform-imports cannot handle if there are multiple exports from a file. This commit
adds a default export which works with this plugin
TEST PLAN:
make sure the CJS builds do not try to run function from color utils without importing them
@matyasf matyasf requested review from HerrTopi and balzss August 5, 2024 15:24
@matyasf matyasf self-assigned this Aug 5, 2024
@matyasf matyasf changed the title Fix cjs build Fix cjs build in the v8 branch Aug 5, 2024
@matyasf matyasf changed the base branch from master to v8_maintenance August 5, 2024 15:25
@matyasf matyasf merged commit ba5965f into v8_maintenance Aug 6, 2024
1 check passed
@matyasf matyasf deleted the fix_cjs_build branch August 6, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants