deepsweet / deepsweet/baggage-loader
add ability to control position of injected files
Open
- Dominant language
- JavaScript
- Stars
- 88
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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;`;
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.