angular-extensions / elements

Lazy load Angular Elements (or any other web components / custom elements ) with ease!
https://angular-extensions.github.io/elements/
MIT License
315 stars 40 forks source link

How to merge source map files #128

Closed cassiamani closed 1 year ago

cassiamani commented 1 year ago

Hi Guys,

Actually i'm using concat lib to merge main, polyfills and runtime JS files in just one file, however, when i want to debug the webcomponents i need to build with source-map flag from angular, but the lib can't load de webcomponents.

Follow the error: jsonp chunk loading:47 Uncaught TypeError: Class extends value undefined is not a constructor or null

Someone kowns how to load the webcomponents with source-map files?

cassiamani commented 1 year ago

I'm closing the issue because it's on the docs, sorry.