| 11 | const buildFallbackWorker = require('./build-fallback-worker') |
| 12 | |
| 13 | const getRevision = file => crypto.createHash('md5').update(fs.readFileSync(file)).digest('hex') |
| 14 | |
| 15 | module.exports = |
| 16 | (pluginOptions = {}) => |
no outgoing calls
no test coverage detected
searching dependent graphs…