UNPKG

ic-materials

Version:

基于react的通用组件库

13 lines (6 loc) 253 B
### 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');