react-scripts-plugin-no-hashes
v0.4.0
Published
Plugin to disable file hashes for Create React App
Downloads
323
Readme
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: