Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow frameworks to add preprocessors
This changes the order in which things are instantiated. Plugins are instantiated before preprocessors and all the other stuff required by `start` method. Thus a plugin can change `preprocessors` configuration before preprocessor consumes it.
- Loading branch information