8000 Update webpack.md · xyz-data/log4js-node@f55702e · GitHub
[go: up one dir, main page]

Skip to content

Commit f55702e

Browse files
authored
Update webpack.md
1 parent eac84c4 commit f55702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Log4js uses dynamic require for loading appenders. Webpack doesn't know at build
66
const stdout = require('log4js/lib/appenders/stdout');
77
import * as Configuration from 'log4js/lib/configuration';
88
9-
Configuration.prototype.loadAppenderModule = function(_type: string): void {
9+
Configuration.prototype.loadAppenderModule = function(type) {
1010
return stdout;
1111
};
1212
```

0 commit comments

Comments
 (0)
0