export default { test: /.(ts|tsx)$/, // 匹配.ts, tsx文件 use: "babel-loader" }