UNPKG

hel-tdesign-react

Version:

基于 hel-tpl-remote-react-comp-ts 改造的远程 tdesign-react 模块,此版本基于[0.42.1](https://0_42_1-tdesign-react.surge.sh/react/overview)构建

14 lines (12 loc) 511 B
/* |-------------------------------------------------------------------------- | | 此脚本在流水线或本地会被触发,用于校验组名是否和应用里的组名保持一致 | |-------------------------------------------------------------------------- */ const path = require('path'); const helDevUtils = require('hel-dev-utils'); const pkg = require('../package.json'); const fileFullPath = path.join(__dirname, '../src/configs/subApp'); helDevUtils.check(pkg, { fileFullPath, checkEnv: false });