plugins.LoggerPluginConfig
LoggerPlugin configuration options.
• Optional devServerEnabled: boolean
Whether development server is running/enabled.
packages/repack/src/webpack/plugins/LoggerPlugin.ts:22
• Optional output: Object
Logging output config.
| 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. |
packages/repack/src/webpack/plugins/LoggerPlugin.ts:24
• platform: string
Target application platform.