react-scripts-plugin-no-hashes

0.4.0 • Public • Published

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:

Readme

Keywords

none

Package Sidebar

Install

npm i react-scripts-plugin-no-hashes

Weekly Downloads

86

Version

0.4.0

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • jdcrensh