-
Notifications
You must be signed in to change notification settings - Fork 75
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
CommonsChunkPlugin #84
Comments
Can you give me an example? Didn't tried this yet, but I'll look into it. |
I'll need some more time to setup a working mini-example, but here's an excerpt from my webpack config.
With this, mocha doesn't find any tests ("0 passing"). If I set
mocha finds and runs my tests. Let me know if you want me to setup a full example. |
That would be so awesome when you can find the time to do this. Thank you for your effort :) |
CommonsChunkPlugin is incompatible with The only thing we can do is to warn the user when the CommonsChunkPlugin is used. I added that issue to the to-do list in #70. |
Ahh! That'd do it. Thanks! |
For posterity's sake, this was closed but as far as I can tell the to-do referenced in #70 was never completed. |
Super handy, project, thanks!!
I noticed that when I include CommonsChunkPlugin in my webpack plugins, mocha-webpack doesn't find any tests.
Not a huge issue for me, but it'd be nice if it worked since I'd be able to keep my configs a little cleaner.
The text was updated successfully, but these errors were encountered: