add tsx support

This commit is contained in:
pengfei.zhou
2021-09-01 10:47:40 +08:00
committed by osborn
parent cde8d1726f
commit 52b2b87e1c
20 changed files with 6856 additions and 6762 deletions

View File

@@ -107,7 +107,7 @@ export default allFiles
// If need ES5 support enable following configs
// .concat(
// allFiles
// .map(e => e.replace('.ts', ''))
// .map(e => e.replace(/.tsx*/, ''))
// .map(bundle => {
// return {
// input: `build/${bundle}.js`,