| 1 | import { getPackageJSON, resolvePkgPath, getBaseRollupPlugins } from './utils'; |
| 2 | import generatePackageJson from 'rollup-plugin-generate-package-json'; |
| 3 | |
| 4 | const { name, module } = getPackageJSON('react'); |
nothing calls this directly
no test coverage detected