I can't use custom widgets because I am developing custom templates, which specify directly the widgets in dist, which are not "custom".
E.g. I have a foldable sidebar with a table inside, I want to modify it so that the table sends a trigger to the sidebar to open when it has new data.
So my only option, is to copy the base widget to your-extensions, run npm run build:prod, copy the dist of the base-modified widget, put it in dist where I want, AND add it to the configs so it doesn't get deleted (for some reason webpack deletes custom widgets in dist if they are not in configs)..?