mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

Version without CommonJs planned (or even possible?) #82

Open Cyber1000 opened 1 year ago

Cyber1000 commented 1 year ago

Upgraded an angular app and getting this warning: Warning: main.ts depends on 'jsnlog'. CommonJS or AMD dependencies can cause optimization bailouts.

I know how to suppress this warnign, but just curious: for example lodash provides an es-confirm alternative with lodash-es

Is this planned (or even possible) with jsnlog? Thanks!