Luca Forstner

Results 729 comments of Luca Forstner

Putting in backlog and keeping an eye on the esbuild API. Maybe in the future this will be possible.

Can you share what you defined in your assets option? I think it might be wrong.

You could add debug: true - maybe the plugin will tell you what is wrong. Generally I believe you should set assets to `**/*.js.map` (without dot in front) and that...

Well this is not an error it is more like a warning and I would suggest following what it says. Did you clean your output folder before running the plugin...

Interesting. Seems like Angular is doing unorthodox things here. I am not a fan of this. We might need to build something special for Angular. In the meanwhile you can...

@wSedlacek It's really cool that you tried to fix this. I had a suspicion that things are harder than they seem. Our biggest issue is frameworks doing shady stuff with...

@kevireilly Thanks for doing the research. I'll investigate whether also checking for `dynamic-import` could work. As it stands `splitting: true` is not supported.

@attilacsanyi @Lms24 sorry for my ignorance, I might have forgotten. What is the problem with Sentry CLI + service workers again?