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 Node 16+ with react package.json exports #162

Closed
wants to merge 2 commits into from

Conversation

natew
Copy link

@natew natew commented Mar 24, 2022

Node package.json exports map doesn't let you specify ".js", doing it like this breaks Node 16/17 with React. This fixes it.

Node package.json exports map doesn't let you specify ".js", doing it like this breaks Node 16/17 with React. This fixes it.
@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #162 (c03381f) into main (8a4e6a6) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #162   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          280       280           
  Branches         1         1           
=========================================
  Hits           280       280           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5fef25a...c03381f. Read the comment docs.

@kentcdodds
Copy link
Owner

I think this was handled in #167. Thanks though!

@kentcdodds kentcdodds closed this May 18, 2022
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.

None yet

2 participants