File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 48
48
49
49
多个项目共享 Webpack 以及其他工程能力,同时支持插件扩展&修改配置。
50
50
51
+ ### 使用 build-scripts 的项目如何修改工程配置?
52
+
53
+ build-scripts 核心是提供一套完善的工程插件设计,本身不耦合任何工程配置,也不具备任何工程调试构建能力,具体的工程配置都是由插件提供的,因此此类问题建议查阅下方对应场景的文档。
54
+
51
55
## 使用场景
52
56
53
57
基于 build-scripts 目前已支持多种场景,覆盖大多数的研发场景,当然你可以完全自定义一套工程能力。
54
58
55
59
### React 项目开发
56
60
57
- - [ icejs] ( https://ice.work/docs/guide/about )
58
- - [ 代码] ( https://github.com/alibaba/ice )
61
+ - 方案:icejs
62
+ - 文档:https://ice.work/docs/guide/about
63
+ - 代码:https://github.com/alibaba/ice
59
64
60
65
### Rax 项目开发
61
66
62
- - [ rax-app] ( https://rax.js.org/docs/guide/getting-start )
63
- - [ 代码] ( https://github.com/raxjs/rax-app )
67
+ - 方案:rax-app
68
+ - 文档:https://rax.js.org/docs/guide/getting-start
69
+ - 代码:https://github.com/raxjs/rax-app
64
70
65
71
### 天马模块
66
72
67
- > 仅阿里内部
73
+ - 方案:build-plugin-pegasus-base
74
+ - 文档:仅阿里内部
75
+ - 代码:仅阿里内部
68
76
69
77
### NPM 包开发
70
78
71
- - [ build-plugin-component] ( https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component )
72
- - [ 文档] ( https://appworks.site/materials/guide/component.html )
79
+ - 方案:build-plugin-component
80
+ - 文档:https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component#readme
81
+ - 代码:https://github.com/ice-lab/iceworks-cli/tree/master/packages/build-plugin-component
73
82
74
83
### 自定义工程
75
84
@@ -592,11 +601,11 @@ module.exports = ({ applyMethod }) => {
592
601
593
602
#### React 项目(icejs)
594
603
595
- 升级 icejs 2.0. 即可。
604
+ 升级 icejs 2.0 即可。
596
605
597
606
#### Rax 项目(rax-app)
598
607
599
- 待支持
608
+ rax-app 3.8.0 以上已升级。
600
609
601
610
#### 业务组件(build-plugin-component)
602
611
You can’t perform that action at this time.
0 commit comments