Kyounghwan01 / blog-comment

blog 코멘트 링크 레포
0 stars 0 forks source link

blog/React/antd-resize-bundle-size/ #30

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

antd 번들 사이즈 줄이기 | 기억보다 기록을

react - antd 번들 사이즈 줄이기, ant design, bundle size

https://kyounghwan01.github.io/blog/React/antd-resize-bundle-size/

yikl1004 commented 2 years ago

babel-plugin-import 를 적용하면 좀 쉽게 해결할수가 있네요. https://www.npmjs.com/package/babel-plugin-import

Kyounghwan01 commented 2 years ago

@yikl1004 저도 그걸 적용해서 작성하였는데... 댓글 감사합니다