joystick
joystick copied to clipboard
Add ability to override built-in middleware via config
Running into a scenario where a built-in middleware can't be configured via the settings file (requires a function) which makes the implementation difficult. As a middle ground, it should be possible to set an array like config.middleware.disabled where you can tell Joystick to disable the default in favor of your own implementation.