gatsby-plugin-remove-fingerprints
Version:
Gatsby plugin to remove the [contenthash] from built JavaScript files
20 lines (19 loc) • 504 B
JSON
{
"name": "gatsby-plugin-remove-fingerprints",
"version": "0.0.2",
"description": "Gatsby plugin to remove the [contenthash] from built JavaScript files",
"keywords": [
"gatsby",
"gatsby-plugin",
"remove",
"fingerprints",
"netlify"
],
"repository": {
"type": "git",
"url": "git+https://github.com/narative/gatsby-plugin-remove-fingerprints.git"
},
"author": "Dennis Brotzky <dennis@narative.co> (narative.co)",
"license": "MIT",
"main": "gatsby-node.js"
}