This repository was archived by the owner on Dec 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Module build failed: Error: resultPath.match is not a function #109
Comments
@timbru31 thanks for your report. This looks like a regression. Could you please modify loader's code locally and log |
Hope this helps, if not I'll be happy to provide more information. Note: I'm using webpack 2.1.0-beta.4 if that matters.
|
@timbru31 it seems that webpack2 has different result format. I'll try to fix this |
s-panferov
added a commit
that referenced
this issue
Mar 23, 2016
@timbru31 fix in v0.17.0-rc.2. Please try it on your codebase. |
Thanks for the quick fix, works fine with both wepback 1 and 2. 🍻 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue was introduced with commit d7a8a64, it occurs here:
d7a8a64#diff-50bb07c4a1e1eae42d7fec97d2d8b8eeR42
We have the following in our webpack loader config (relevant snippet)
Is this a regression due to js support or do we have to change/update our webpack loader config?
Thanks,
Tim
The text was updated successfully, but these errors were encountered: