gatsby-plugin-hidenames
v1.0.1
Published
Hides the names of page components and stylesheet names.
Downloads
1
Readme
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'
]
}