Skip to content
New issue

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

log a useful error in a module bug arises #768

Merged
merged 1 commit into from
Jun 15, 2018

Conversation

mattkrick
Copy link
Contributor

is not the root cause of #767, but it at least makes it possible for folks to figure out real fast what is causing the error (use log because eslint swallows thrown errors)
fix #767

is not the root cause of import-js#767, but it at least makes it possible for folks to figure out real fast what is causing the error.
fix import-js#767
@coveralls
Copy link

coveralls commented Mar 14, 2017

Coverage Status

Coverage increased (+2.8%) to 97.271% when pulling cdb328c on mattkrick:patch-1 into ebafcbf on benmosher:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.05%) to 94.865% when pulling 7aaf1ec on mattkrick:patch-1 into 98e7048 on benmosher:master.

try {
webpackConfig = require(configPath)
} catch(e) {
console.log('Error resolving webpackConfig', e)

This comment was marked as resolved.

@mattkrick mattkrick closed this Jun 14, 2018
@ljharb ljharb reopened this Jun 14, 2018
@ljharb
Copy link
Member

ljharb commented Jun 14, 2018

@mattkrick why close this? This is a good change.

@mattkrick
Copy link
Contributor Author

just cleaning up some PRs. I no longer use the package

@ljharb
Copy link
Member

ljharb commented Jun 15, 2018

I can't understand no longer linting imports, but I'll try to take this over the finish line if you're not interested in doing so.

@ljharb ljharb merged commit cdb328c into import-js:master Jun 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

webpack resolver fails on CircleCI
3 participants