(path: string)
| 1278 | } |
| 1279 | |
| 1280 | function readJson(path: string) { |
| 1281 | return JSON.parse(readFileSync(path, 'utf-8')) |
| 1282 | } |
| 1283 | |
| 1284 | export function getBuildManifest(dir: string) { |
| 1285 | return readJson(path.join(dir, getDistDir(), 'build-manifest.json')) |
no test coverage detected