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

Name Type Description
console? boolean Whether to log to console.
file? string Absolute path to file to log messages to.
listener? (logEntry: LogEntry) => void Listener 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