Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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'
  ]
}
© 2023 Gatsby, Inc.