UNPKG

ci-plus

Version:

ci组件库

8 lines (5 loc) 192 B
import { resolve } from 'path'; //组件库根目录 export const componentPath = resolve(__dirname, '../../'); //pkg根目录 export const pkgPath = resolve(__dirname, '../../../');