Current, from FE after npm run the build command it is creating 3 chunks files and 2 CSS files ( we are storing in the s3 bucket ) and we are reading those files from BE i.e whenever we open our application it requests those files to the backend and our app loads success. means currently we have static files, but when we tried with lazy loading it is creating more than 70 chunks of different names based on routing.
I need some suggestions on how can we load chunks dynamically.