UNPKG

react-scripts

Version:

Configuration and scripts for Create React App.

10 lines (7 loc) 186 B
'use strict'; const { createHash } = require('crypto'); module.exports = env => { const hash = createHash('md5'); hash.update(JSON.stringify(env)); return hash.digest('hex'); };