<!--- Please read this! Before opening a new issue, make sure to search for keywords in the existing issues and verify the issue you're about to submit isn't a duplicate. ---> ## :bulb: Feature proposal ### Use-cases <!--- In order to properly evaluate a feature request, it is necessary to understand the use-cases for it. Please describe below the _end goal_ you are trying to achieve that has led you to request this feature. Please keep this section focused on the problem and not on the suggested solution. We'll get to that in a moment, below! ---> - @next/bundle-analyzer를 통해 파일을 dynamic router와 webpack을 나누어 기능을 최적화를 진행하려고 합니다. - 이를 통한 build 시간 단축이 이루어질 것으로 보입니다. ### Example <!--- Please provide an example for how this feature would be used ---> ### Attempted solutions <!--- If you've already tried to solve the problem with existing features and found a limitation that prevented you from succeeding, please describe it below in as much detail as possible. ---> ### Proposal <!--- If you have an idea for a way to address the problem, please describe it below. If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications as necessary to work within the design constraints of the project. ---> - ```@next/bundle-analyzer```를 설치합니다. - 이를 통해 50~100kb이하의 청크 파일로 나누어 개선할 예정입니다. - #349 이때 build발생시 해결하지 못했던 cache miss 문제도 해결할 예정입니다. <!-- project-feature --> ### References <!-- Are there any other GitHub issues, whether open or closed, that are related to the problem you've described above or to the suggested solution? If so, please create a list below that mentions each of them. For example: - #123 - #456 --->
💡 Feature proposal
Use-cases
Example
Attempted solutions
Proposal
@next/bundle-analyzer를 설치합니다.References