(path)
| 12 | let defaultTemplate = resolve(__dirname, '../../resources/template.html'); |
| 13 | |
| 14 | function read(path) { |
| 15 | return readFileSync(resolve(__dirname, path), 'utf-8'); |
| 16 | } |
| 17 | |
| 18 | module.exports = async function (config) { |
| 19 | const { cwd, dest, isProd, src } = config; |
no outgoing calls
no test coverage detected
searching dependent graphs…