2

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?

dist folder

abraham
  • 46,583
  • 10
  • 100
  • 152

1 Answers1

0

Did you try --single-bundle true? https://github.com/manfredsteyer/ngx-build-plus

ekimpl
  • 449
  • 6
  • 11