How do I import external js script? In C2, It was "dependency" property defined in edittime.js.
Copying script to c2runtime folder and adding it to "file-list" of addon.json does not help (the latter may work in dev mode I guess).
As workaround, I put script contents into runtime.js file for now.