Open mizi-lin opened 1 year ago
目前使用 lazy load 时 index.ts 文件
index.ts
export { default as Component } from './home';
需要自动转成
export { default } from './home';
目前使用 lazy load 时
index.ts
文件需要自动转成