It would be nice if developer can control way how `baggage-loader` adds injected files: - before source (prepend) `return inject + source;`; - after source (append) `return source + inject;`;