make_library: Make Library
Description
Adds library settings to webpack config.
This allow exporting JavaScript objects.
Usage
make_library(name, type = "umd")
Arguments
name
Name of the library, see details.
Details
The functions will be exported
at the specified name
, e.g.: if
the name is myLib
then functions can be
called with myLib.function();
.