-
Notifications
You must be signed in to change notification settings - Fork 5
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
Doesn't work with eslint-loader #11
Comments
Thanks, I will take a look over this coming weekend. Is there a specific error you are getting or does the plugin just no longer function? |
Just no longer function |
Good to know, thanks. |
Are you getting build failures? Does you build work if you remove I ask because I added Here is the repo I tested with: kwelch/family-feud-game. If this is not your issue, please attach a repo that I can reproduce. Thanks |
@mqklin Did the above help at all or are you still stuck in the water? |
@kwelch sorry for the delay. I'm not sure why I said the |
I was able to give this a go with Here is the repo I attempted with. I used my same (small) repo as before. I have pushed a new branch with the cache loader. https://github.com/kwelch/family-feud-game/tree/cache-loader Can you verify with that repo, or supply I repo that I can test against? |
I found the bug - doesn't work with options, see PR |
So I'll close the issue and open a new one |
Here is a cut from my webpack config:
If I remove
eslint-loader
,captains-log
works as expected.I can create an example for reproduce the issue if necessary.
The text was updated successfully, but these errors were encountered: