UNPKG
ic-materials
Version:
latest (0.1.1)
0.1.1
0.1.0
基于react的通用组件库
node-honeycomb.github.io/hc-materials
ic-materials
/
README.md
13 lines
(6 loc)
•
253 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
###
antd-tools
改动
gulp
.task
(
'compile'
, gulp.
parallel
(
'compile-with-es'
,
'compile-with-lib'
)); ⇩
gulp
.task
(
'compile'
, gulp.
parallel
(
'compile-with-lib'
)); 增加
tsConfig
.rootDir
,替换
components
source
.unshift
(tsConfig.rootDir +
'/**/*.js'
);