-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Problem
- Right now, a script can only be loaded if a default export is present
- This is annoying if the script does not make use of the plugin system but rather should be called when Cockpit is bootstrapped
Solution
A script can be loaded even if no default export is present.
Hints
Refactor the request interceptor example in the course of this ticket.