UNPKG

hel-tpl-remote-react-comps

Version:

最简单的远程react组件模板 codesandbox: https://codesandbox.io/s/demo-load-remote-react-comp-2bnpl0?file=/src/App.js

14 lines (12 loc) 505 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 });