Skip to content

AppDevPrepareResult

This content is not available in your language yet.

Defined in: core/index.ts:1274

Result produced after preparing an application entry for dev-server bundling.

entryPath: string

Defined in: core/index.ts:1276

Prepared JavaScript entry path that the dev server should bundle and serve.


optional outputCount?: number

Defined in: core/index.ts:1278

Number of files emitted while preparing the dev app, when available.