<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [Bundle](./ember-asset-size-report.bundle.md) &gt; [addFile](./ember-asset-size-report.bundle.addfile.md)

## 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

<b>Signature:</b>

```typescript
addFile(file: Module): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  file | <code>Module</code> | file to add to the bundle |

<b>Returns:</b>

`void`

