Interface: 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:14


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 -

Defined in

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


platform

platform: string

Target application platform.

Defined in

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