You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rootDir matches the context of webpack and of css-loader, but the generated hashes do not match.
I'm a bit lost, so let me know what more information I can provide that might help to solve this.
The text was updated successfully, but these errors were encountered:
@leahaense – I would either double-check your rootDir path or try a relative path. I was experiencing this same issue. Ultimately the problem was rooted in an incorrect path for rootDir; simply adjusting it to a relative path from cmrh.conf.js to the webpack context was my resolution.
a-x-
linked a pull request
Feb 27, 2018
that will
close
this issue
Hi,
I'm using webpack@^3.5.5, css-loader@^0.28.7 and css-modules-require-hook@^4.2.2.
My hook looks as follows:
rootDir
matches the context of webpack and of css-loader, but the generated hashes do not match.I'm a bit lost, so let me know what more information I can provide that might help to solve this.
The text was updated successfully, but these errors were encountered: