Module: configs/Rollup

The file manage the rollup configuration for build the library using differents arguments. It allow to build with two type of environment (dev and prod), and differents output format. Use npm run help to display all available build options.
Author:
License:
Source:

Requires

Methods


<generator, inner> CreateRollupConfigs(options)

Will create an appropriate configuration object for rollup, related to the given arguments.
Parameters:
Name Type Description
options
Source:
Returns:
An array of rollup configuration
Type
Array.<json>