I can't seem to get rollup & ulog to work. My expectation is that I should install anylogger as a dependency and ulog as a devDependency, then import "ulog" followed by import anylogger from "anylogger" and create a log object that can be used to log strings. Unfortunately, there is no log message output.
I've written a repro so it can be easier to debug/give guidance:
https://github.com/canadaduane/ulog-test
Thanks.