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
Issue tracker is ONLY used for reporting bugs. Use stackoverflow for supporting issues and questions.
Importing sidr with var sidr = require("sidr") should work.
sidr
var sidr = require("sidr")
Importing sidr with var sidr = require("sidr") does not work because a "main" entry point is missing from package.json.
package.json
See PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue tracker is ONLY used for reporting bugs. Use stackoverflow for supporting issues and questions.
Expected Behavior
Importing
sidr
withvar sidr = require("sidr")
should work.Current Behavior
Importing
sidr
withvar sidr = require("sidr")
does not work because a "main" entry point is missing frompackage.json
.Possible Solution
See PR
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: