I need the same dependency across multiple plugins. I checked the source code inside the browser and it is loading the dependencies for every plugin into into separate <script> tags even when the dependency name is the same:
<script src="three.js"></script>
<script src="three.js"></script>
[/code:2tbugi16]
But when I export the project it only creates the dependency file once. So why have multiple[i] <script>[/i] tags?
I hope this is because Construct2 uses webcache and the extra [i]<script>[/i] tags don't do anything.