主题
前端构建性能优化实践。
// 动态导入 const module = await import('./module.js')
const LazyComponent = lazy(() => import('./Component'))