Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 253 Bytes

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');