LoggerPlugin configuration options.
• Optional devServerEnabled: boolean
Whether development server is running/enabled.
packages/repack/src/webpack/plugins/LoggerPlugin.ts:14
• 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 |
- |
packages/repack/src/webpack/plugins/LoggerPlugin.ts:16
• platform: string
Target application platform.