When developing code for custom UI components, the code gets minified when saving it.
This is good for publishing to production, but in the development phase, it prevents debugging with browser dev tools.
So, my suggestion is to offer an option not to minify custom component code when saving it.
Regards,