gatsby-plugin-hidenames
Renames files in the build folder to use file hashes instead of component paths
This has a lot of stuff hardcoded and will probably break if used with other plugins or an update to Gatsby
gatsby-config.js
{
plugins: [
'gatsby-plugin-hidenames'
]
}