call-loader
v1.0.0
Published
Calls an exported function. Very similar to apply-loader, but works with ECMAScript modules instead.
Downloads
2
Readme
Calls the default export of an ECMAScript module instead of exporting it, and exports the result. Essentially apply-loader for ECMAScript modules, minus any configuration options or arguments.
This is extremely simplistic as it's meant to fulfill a simple use case. Anything much more complicated and you should probably just call the function by hand after importing it.
In fact, you should probably just do that anyway.