react-helmet-async icon indicating copy to clipboard operation
react-helmet-async copied to clipboard

feat: correct the esm/cjs exports in package.json

Open SoonIter opened this issue 8 months ago • 3 comments

https://github.com/web-infra-dev/rspress/pull/1953/files

image

Rspress needs to run the code on node/web, as there is no exports field, we will run to the cjs output in node runtime.

And the cjs output does not have named export exported

SoonIter avatar Mar 13 '25 09:03 SoonIter

https://github.com/staylor/react-helmet-async/issues/208

SoonIter avatar Mar 13 '25 09:03 SoonIter

https://github.com/staylor/react-helmet-async/pull/230

SoonIter avatar Mar 13 '25 09:03 SoonIter

https://github.com/staylor/react-helmet-async/pull/236

SoonIter avatar Mar 13 '25 09:03 SoonIter