(path)
| 18 | exec('npx rollup -c rollup.config.js', nodeEnv) |
| 19 | |
| 20 | function fileGZipSize(path) { |
| 21 | return pipe(readFileSync, gzipSize.sync, prettyBytes)(path) |
| 22 | } |
| 23 | |
| 24 | console.log( |
| 25 | `\ngzipped, the build is ${fileGZipSize(`dist/${packageJson.name}.min.js`)}`, |
no outgoing calls
no test coverage detected
searching dependent graphs…