MCPcopy
hub / github.com/shadowwalker/next-pwa / getRevision

Function getRevision

index.js:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const buildFallbackWorker = require('./build-fallback-worker')
12
13const getRevision = file => crypto.createHash('md5').update(fs.readFileSync(file)).digest('hex')
14
15module.exports =
16 (pluginOptions = {}) =>

Callers 1

webpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…