0.4.0 • Published 5 years ago

react-scripts-plugin-no-hashes v0.4.0

Weekly downloads
104
License
MIT
Repository
github
Last release
5 years ago

Plugin to disable file hashes for Create React App

Disables file hashes (ie. main.35dbe941.js) in your CRA app's production build output.

Install

yarn add -D react-scripts-plugin-no-hashes

Add to cra.config.js

module.exports = {
  plugins: ['no-hashes'],
};

Compatability

The official Create React App does not have a supported plugin system. This plugin is compatable with the following forks: