ember-asset-size-report

Home > ember-asset-size-report > Bundle > addFile

Bundle.addFile() method

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.

Explicitly add a file to this bundle

Signature:

addFile(file: Module): void;

Parameters

Parameter Type Description
file Module file to add to the bundle

Returns:

void