You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under webpack, winston will not load under the global variable.
The text was updated successfully, but these errors were encountered:
aappddeevv
changed the title
slogging does not work under webpack bundled scalajs program
slogging winston does not work under webpack bundled scalajs program
Jul 9, 2017
slogging 0.5.3 now supports loading the winston backend correctly as a module (require("winston")), see #25 (this requires scalaJSModuleKind := ModuleKind.CommonJSModule to be set in your build.sbt). This should also help with bundlers.
The issue appears to be in the slogging-winston:
Under webpack, winston will not load under the global variable.
The text was updated successfully, but these errors were encountered: