-
Notifications
You must be signed in to change notification settings - Fork 125
AssertionError: HappyPlugin[js]; you have not specified any loaders and there is no matching loader entry with this id either. #48
Comments
Oh no the If you feel strongly about it, we can add support for inferring from |
Thanks for the reply. Actually it's not a big deal, I was just curious. It was because I am using source-map-loader and they put their loader into in |
I just noticed that it had trouble interring from the
When I specify manually, it works fine with no error. |
By the way, if you have that many happy plugins, you should really use a shared thread pool of, say, 5 threads instead of the 24 you're using! That's an overkill and it will likely be slower. See https://github.com/amireh/happypack#shared-thread-pools for more information |
Okay gonna close this one as there's no real harm done, the Thanks for reporting! :) |
HappyPack does not seem to work when trying to "infer" the loaders from
preLoaders
. Is this true? Can it be made to work? If not, I can easily specify it, just wondering.The text was updated successfully, but these errors were encountered: