react-helmet-async
react-helmet-async copied to clipboard
feat: correct the esm/cjs exports in package.json
https://github.com/web-infra-dev/rspress/pull/1953/files
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
https://github.com/staylor/react-helmet-async/issues/208
https://github.com/staylor/react-helmet-async/pull/230
https://github.com/staylor/react-helmet-async/pull/236