Home > ember-asset-size-report > GenerateReportOptions
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
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 |