Source Editor: the Vue component support extensions as modules
At the moment we expect extensions to be passes as either a string, or as an Array of strings and then we fetch the modules when bootstrapping the editor. It should be possible to pass down the extensions as ES6 modules as well.
issue