I have three tasks for steal workflow:
1) I have a module say 'core/debug' that I want to be
loaded prior ANY application in development mode.
2) I do not want core/debug to included in build process.
3) I want some other
module (say core/only-build) to be included prior
all other while build.
Could you elaborate what
configuration should I use in System.config to accomplish those
tasks? (documentation didn't help much)