8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac84c4 commit f55702eCopy full SHA for f55702e
docs/webpack.md
@@ -6,7 +6,7 @@ Log4js uses dynamic require for loading appenders. Webpack doesn't know at build
6
const stdout = require('log4js/lib/appenders/stdout');
7
import * as Configuration from 'log4js/lib/configuration';
8
9
-Configuration.prototype.loadAppenderModule = function(_type: string): void {
+Configuration.prototype.loadAppenderModule = function(type) {
10
return stdout;
11
};
12
```
0 commit comments