Is there any way to have multiple custom widgets referencing a third-party JS at the same time?
Hi,
The structure of my custom widget is shown below, Now a widget referencing a third-party widget is possible, but if I need to develop 10 widgets, I need to put 10 of the same third-party JS, so the size will become larger and may affect performance.
if it is possible to put only one third-party JS in the widget package, and the other widgets can refer to the JS?

Thank you!
Chason

