Hiện tại mình đang thực hiện optimize build time cho 1 source code dự án đã phình khá to. Các helper module trong dự án đang được export & sử dụng kiểu như này: // utils/index.ts export * from './helper-a.ts'; export ...
Home/webpack