ember-asset-size-report

Home > ember-asset-size-report > GenerateReportOptions

GenerateReportOptions interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Options to pass to the generateReport() function

Signature:

export interface GenerateReportOptions 

Properties

Property Type Description
appendData boolean (BETA) if csv file is found to already exist, should we amend data to it or replace it?
build boolean (BETA) should we make a prod build of the ember-cli app?
datasetName string (BETA) name of this dataset
extraJsFiles string[] (BETA) any extra JS files we should include?
out string (BETA) path to write CSV output to
project string (BETA) path to ember-cli project