Is your request related to a problem?
As mentioned here #1026 (comment),
the same disk file path is pushed to dynamicIncludeSrc when the <include/panel> has the boilerplate attribute, seemingly making boilerplateIncludeSrc redundant.
Describe the solution you'd like
It would be good to investigate further whether this is the case, and manually test the impact of removing boilerplateIncludeSrc on live reload for boilerplates.
Is your request related to a problem?
As mentioned here #1026 (comment),
the same disk file path is pushed to
dynamicIncludeSrcwhen the<include/panel>has theboilerplateattribute, seemingly makingboilerplateIncludeSrcredundant.Describe the solution you'd like
It would be good to investigate further whether this is the case, and manually test the impact of removing
boilerplateIncludeSrcon live reload for boilerplates.