webpack-log
webpack-log copied to clipboard
Update loglevelnext dependency
loglevelnext is causing us some issues, until i realised we're using version 1.0.1, this is very old.
loglevelnext is now on version 3.0.1 https://github.com/shellscape/loglevelnext/blob/master/package.json
Can you move to this version?
@jasonwilliams thanks for the issue, webpack has built-in mechanism for logging now, so we want deprecated this modules in near future, what is module causes a problem?
Thanks for the quick reply @evilebottnawi
loglevelnext v1 -> es6-symbol -> es5-ext -> next-tick which is causing quite a few warnings for some reason.
loglevelnext v3 -> no dependencies
https://github.com/medikoo/es5-ext/issues/91
@jasonwilliams what is webpack plugins/loader/packages affected this problem?
@evilebottnawi im not sure what you mean, we're only using webpack-log, nothing else has a dependency on loglevelnext for us
@jasonwilliams do you use this for webpack related module (loader/plugin/etc)?
we are using webpack-dev-server which pulls in webpack-log
@jasonwilliams webpack-dev-server will be migrate on built-in webpack logger in near future
@evilebottnawi cool, it might be good to bump this dep to v3 as an interim if the API hasn't changed?
Its also pulled in by webpack-dev-middleware
@jasonwilliams yes, don't worry this module diapers from deps in near future