Skip to content

fix(react): include .mjs file in publish#722

Merged
AdnoC merged 1 commit intodevelopfrom
fix-package-mjs
May 2, 2023
Merged

fix(react): include .mjs file in publish#722
AdnoC merged 1 commit intodevelopfrom
fix-package-mjs

Conversation

@AdnoC
Copy link
Copy Markdown
Contributor

@AdnoC AdnoC commented May 2, 2023

Closes: #719
Closes: #721

Testing for every project was done on the .mjs files themselves, so this was missed because it solely is about publishing.
There was some testing with the packaged tarball, but that was to ensure that the exports field of package.json was correct, not that the new files were exported, so it wasn't done on all packages.

Also, most of our stuff package the entire dist directory, so it was missed that @axe-core/react exports individual files.

@AdnoC AdnoC requested a review from a team as a code owner May 2, 2023 19:57
@AdnoC AdnoC merged commit a7bf92f into develop May 2, 2023
@AdnoC AdnoC deleted the fix-package-mjs branch May 2, 2023 20:40
@dequejenn dequejenn mentioned this pull request May 2, 2023
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.

@axe-core/react fail to build on Vite after 4.7.0 ESM support throwing error for dynamic import

2 participants