I have created an angular element and bundled it using ngx-build-plus. After bundling, other than the main,vendor, polyfills etc, I have 100+ chunk files in my dist folder.
How do I merge them all into one file. How do I use these files in another JavaScript app?