In C2 we had a parameter for plugin to load dependencies:
Defined in edittime.js
"dependency"
I couldn't find this in C3 plugin. How do we add dependencies in C3 plugins? I have tried to use the same method and add it to addon.json, that doesn't work. I have tried to use the "editor-scripts" but it won't load the script. The only way I found as of now is to manually edit the index.html to include the distant script...