bisakhmondal opened a new issue #1917: URL: https://github.com/apache/apisix-dashboard/issues/1917
# Feature request Currently, the build assets of Dashboard web is getting larger day by day. During web build, a friendly warning is popping up from umijs. This might eventually hurt the user experience of Dashboard web during the first visit.  Currently the size of the built assets is ```shell $ du -sh output/html/ 19M output/html/ ``` for branch [release/2.6.1](https://github.com/apache/apisix-dashboard/tree/release/2.6.1) ## Please describe your feature The suggestion from umijs is the dynamic splitting of dependencies and load component on demand, as described in this [link](https://umijs.org/docs/load-on-demand). How about giving it a try? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
