Open
Description
since we swapped static-dev/file-loader
for static-dev/source-loader
, we lost the ability to [easily] hash the output paths. we overlook this at times because netlify handles it for us, but in instances where we have to host somewhere else, this is a valuable feature.
We can use the loader-utils package to hash the name on the way out (ref)
cc @rmfarrell