Is this normal and expected? Since my app is a PWA, it causes literally thousands of connections from the browser when it preloads all the bundles. It means when I release a new version of the app, all my my customers will suddenly start spamming firebase just to get thousands of tiny files. Also, it takes quite some time to finally get them all.
My i18n files are in the same JSON format as before building.
How do you know that these files are related to ngx-translate and are not lazy loaded chunks of your application?
Is this normal and expected? Since my app is a PWA, it causes literally thousands of connections from the browser when it preloads all the bundles. It means when I release a new version of the app, all my my customers will suddenly start spamming firebase just to get thousands of tiny files. Also, it takes quite some time to finally get them all.