Skip to main content
Version: 3x

Interface: LoggerPluginConfig

plugins.LoggerPluginConfig

LoggerPlugin configuration options.

Table of contents

Properties

Properties

devServerEnabled

Optional devServerEnabled: boolean

Whether development server is running/enabled.

Defined in

packages/repack/src/webpack/plugins/LoggerPlugin.ts:22


output

Optional output: Object

Logging output config.

Type declaration

NameTypeDescription
console?booleanWhether to log to console.
file?stringAbsolute path to file to log messages to.
listener?(logEntry: LogEntry) => voidListener for new messages.

Defined in

packages/repack/src/webpack/plugins/LoggerPlugin.ts:24


platform

platform: string

Target application platform.

Defined in

packages/repack/src/webpack/plugins/LoggerPlugin.ts:20