Hi,
I have 2 custom widgets. both are defining a JQuery library.
with paths: 'Widget_1/lib/jquery-1.11.2.min'
and 'Widget_2/lib/jquery-1.11.2.min'
When I load the project I get a multiple define error on this library.
What is the best approach to tackle this problem?