This is a tiny webpack loader that invokes a given module with another as an argument.
What's that useful for? Dependency Injection! Maybe this is how we can solve the VDOM fragmentation issue.
Here's a library-agnostic VDOM component. Notice that it doesn't import react/preact/inferno/whatever - instead, it takes the VDOM library as an argument.