We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@rollup/plugin-commonjs
react-is
prop-types
reactIs.__moduleExports
__moduleExports
Repro: https://github.com/yyx990803/rollup-commonjs-bug
npm run build
index.html
react-is code should expose __moduleExports
It doesn't.
The text was updated successfully, but these errors were encountered:
vite serve
@elastic/eui
Looks like a duplicate of #411 for which there is already a pending PR, can you check if this works for you?
Sorry, something went wrong.
Yeah seems like a duplicate.
No branches or pull requests
@rollup/plugin-commonjs
How Do We Reproduce?
react-is
&prop-types
) and output ESM versions of themprop-types
requiresreact-is
- generated code usesreactIs.__moduleExports
react-is
doesn't expose__moduleExports
.Repro: https://github.com/yyx990803/rollup-commonjs-bug
npm run build
index.html
on a local serverExpected Behavior
react-is
code should expose__moduleExports
Actual Behavior
It doesn't.
The text was updated successfully, but these errors were encountered: