eval-loader
v0.0.1
Published
Allows exposing a module via `eval`. Useful if you have a module that needs to attach a bunch of things on to the global scope using implied globals (like function definitions).
Downloads
105
Readme
eval-loader
Allows exposing a module via eval
. Useful if you have a module that needs to attach a bunch of things on to the global scope using implied globals (like function definitions).