[SOLVED in v4] Chrome debugger breakpoints not correct

Since I have imported an web component build with StencilJS in my app, the breakpoints I set in the Chrome debugger when I debug locally (ionic serve) are “weird”.

I set a breakpoint somewhere but when I reach it, the runtime is actually somewhere else. Or I try to set a breakpoint but the breakpoint isn’t added to the line I selected but two lines under or something.

Anyone could reproduce that?
Is that linked with include a Stencil web component?
Any idea how to solve this?

I have opened an issue in app-scripts

Yeah that’s solve in Ionic v4

P.S.: About how to include web components build with Stencil in an Ionic v4 app, follow [SOLVED] Include Stencil component in Ionic v4/Angular v6