@knx-engr/scripts-util
v0.1.5
Published
基于react-rewired,用于处理rewired中的一些常用的操作方法
Downloads
10
Readme
scripts-util
描述:基于react-rewired,用于处理rewired中的一些常用的操作方法
创建人:lingtong
创建时间:2019年04月04日 11:19
仓库地址: [email protected]:fe-arch/knx-engr.git
参数描述
| 参数名 | 类型 | 是否必须 | 说明 | 默认值 | | --- | --- | ---- | --- | --- | | | | | | |
API描述
| 名称 | 参数列表 | 返回值 | 功能说明 | | --- | ---- | --- | ---- | |getLoader| rules, matcher, parentRule(可选) | object | 返回符合matcher方法的rule | | --- | ---- | --- | ---- | |compose| func1,func2,func3... | function | 返回一个从右到左执行的compose function。比如传入(a,b,c)这样的函数参数这样的执行顺序: c(b(a(...args))) | | --- | ---- | --- | ---- | |loaderNameMatches| rule, loader_name | boolean | 判断load_name是否匹配rule规则 | | --- | ---- | --- | ---- | |getBabelLoader| rules | object | 返回符合rules规则的bableLoader的配置项 | | --- | ---- | --- | ---- | |injectBabelPlugin| pluginName, config | object | 找到有关BabelLoader的配置和新的pluginName合并并返回新的配置 |
属性
| 名称 | 类型 | 说明 | | --- | --- | ---- | | paths | object | 返回一个根目录,/.env,/build等特定的路径组成的对象 | | --- | ---- | --- | ---- | | event | object | 返回一个EventEmitter事件触发器对象 |
Blog:
- 2019年04月04日 11:19:lingtong 创建组件