| 1 | import { getPackageJSON, resolvePkgPath, getBaseRollupPlugins } from './utils'; |
| 2 | import generatePackageJson from 'rollup-plugin-generate-package-json'; |
| 3 | import alias from '@rollup/plugin-alias'; |
| 4 |
nothing calls this directly
no test coverage detected