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
I'm wondering if it would make sense to support main.js as an entrypoint like index.js is.
main.js
index.js
However, I'm actually more curious what the current logic is. Why is index.js supported?
The text was updated successfully, but these errors were encountered:
you can point the entry with main.js in the package.json
{ "main": "main.js", // or "module": "main.mjs" }
Sorry, something went wrong.
Sure, but.. what if I don't have a package.json (or similar) file? 😅
package.json
No branches or pull requests
I'm wondering if it would make sense to support
main.js
as an entrypoint likeindex.js
is.However, I'm actually more curious what the current logic is. Why is
index.js
supported?The text was updated successfully, but these errors were encountered: