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
mjs
π The bug What isn't working? Describe what the bug is.
π οΈ To reproduce
"exports": { ".": "./dist/module.js", "./": "./", "./runtime": "./dist/runtime.mjs" },
π Expected behaviour
Format of dist/runtime.mjs being module but it is CJS now
dist/runtime.mjs
The text was updated successfully, but these errors were encountered:
0159b26
danielroe
No branches or pull requests
π The bug
What isn't working? Describe what the bug is.
π οΈ To reproduce
π Expected behaviour
Format of
dist/runtime.mjs
being module but it is CJS nowThe text was updated successfully, but these errors were encountered: