基于react的通用组件库
npm install hc-materials
gulp.task('compile', gulp.parallel('compile-with-es', 'compile-with-lib'));
⇩
gulp.task('compile', gulp.parallel('compile-with-lib'));
增加tsConfig.rootDir,替换componentssource.unshift(tsConfig.rootDir + '/*/.js');