Function: getRollupConfig()
Function: getRollupConfig()
function getRollupConfig(blueprint, command): Promise<RollupOptions>;
Gets the Rollup configuration.
Parameters
blueprint
IBlueprint
command
"build" | "bundle"
Returns
Promise<RollupOptions>
The Rollup configuration.
