Closed abruneau closed 6 years ago
I'm having this issue when using webpack and Typescipt.
This issue can be solved by changing
winston.version = require('../package').version;
to
winston.version = require('../package.json').version;
Should I make a pull request?
This has been fixed (see #1100 ). Thank you!
I'm having this issue when using webpack and Typescipt.
This issue can be solved by changing
to
Should I make a pull request?