Open
Description
When I update to >=0.30 (works fine in 0.29.1) the keys for images in the manifest are the hashed versions instead of the original paths. (I suspect fonts will be the same.) Prior to 0.30 I get:
"images/icons.svg": "/build/images/icons.677433a0.svg",
After 0.30 I get:
"images/icons.677433a0.svg": "/build/images/icons.677433a0.svg",
...which of course doesn't work :(
I'm import the image in my JS files.
I'm wondering if this is related to #771 though I'm still have the issue with 0.30.2.
I can reproduce the issue when updating webpack-encore (and sass-loader) on https://github.com/xmmedia/starter_wordpress
Let me know what other information you need.