In the out of the box implementation transitive is by default true. In this implementation the htmlLibraryManager.getLibraries has transitive set as false with no option overriding it.
Would it be a good idea to follow the default behaviour by making it true?
In the out of the box implementation transitive is by default
true
. In this implementation thehtmlLibraryManager.getLibraries
has transitive set asfalse
with no option overriding it.Would it be a good idea to follow the default behaviour by making it
true
?