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
When trying to import a package that has a directory as its "main" field, there will be an error
example/example2.js:3: ERROR - Failed to load module "abc" import abc from 'abc' ^ 1 error(s), 0 warning(s)
node_modules |-abc |-build -- index.js --package.json
cat package.json
{"name":"abc", "main":"build"}
The text was updated successfully, but these errors were encountered:
Filed internal Google bug b/119883741
Sorry, something went wrong.
@ChadKillingsworth is this something you'd have time to look at?
Sure
??
Created Google internal issue b/119883741
@zavr-1 It's going to be a bit before I can get to this. Webpack4 support is currently taking all my time.
ChadKillingsworth
No branches or pull requests
When trying to import a package that has a directory as its "main" field, there will be an error
cat package.json
The text was updated successfully, but these errors were encountered: