ElsassLegend

Results 8 comments of ElsassLegend

I have the same issue after the code has been minified by Angular (using internally TerserPlugin). All constructors are renamed to minified letters. I don't know how to avoid this...

Thanks for your workaround. Unfortunately, the problem ist slightly different in my case, since the dependency I'm trying to bind on isn't an external library, but an injectable class that...

Unfortunately I didn't find any proper solution. This seems to be related to minification, probably when using TerserPlugin shipped with angular. For some (long to explain) reasons, we also have...

> ~I have the exact same issue and i've bean banging my head against the wall for hours, because my code worked in development, but crashed on startup in production~...

same problem, fallbacked to resolve.alias :(

Having exactly the same issue. Can you provide a fix please ?

Unfortunately this is not working for me, since I'm try to extend my type inside SDL (extend type Query), to split Query object across several modules. I got en error...