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
import r from "regexr"
(version 1.4.5)
When importing as recommended in the docs, I get an empty object:
import r from "regexr"; console.log(r); // => {}
However, importing from regexr/index works as expected:
regexr/index
import r from "regexr/index"; console.log(r); // => ƒ regexr(literals) { … }
I'm not sure how to fix this. Is package.json not pointing to the correct file for import?
package.json
The text was updated successfully, but these errors were encountered:
Wasn't able to repro this in Node.js. May have been an issue with webpack.
Sorry, something went wrong.
No branches or pull requests
(version 1.4.5)
When importing as recommended in the docs, I get an empty object:
However, importing from
regexr/index
works as expected:I'm not sure how to fix this. Is
package.json
not pointing to the correct file for import?The text was updated successfully, but these errors were encountered: