(options)
| 300 | * @returns {void} |
| 301 | */ |
| 302 | const applyWebpackOptionsBaseDefaults = (options) => { |
| 303 | F(options, "context", () => process.cwd()); |
| 304 | applyInfrastructureLoggingDefaults(options.infrastructureLogging); |
| 305 | }; |
| 306 | |
| 307 | /** |
| 308 | * Apply webpack options defaults. |
no test coverage detected