1.0.0 • Published 7 years ago

call-loader v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

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.

1.0.0

7 years ago