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

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

1 Comment

this seems not to work with lazyloaded modules

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.