confusingstraw commented on issue #72: URL: https://github.com/apache/incubator-flagon-useralejs/issues/72#issuecomment-807069322
> I imagine there would be some level of refactoring needed to configure the exports such that if you just wanted to use packageCustomLogs, you're only getting that export and related exports/imports. that is correct, we don't actually import from `src` at all anyways. we have the `main` in `package.json` set to the built script, meaning it is an all-or-nothing deal. i think it may just be surprising, as there is a `start` function exported, but userale will _actually_ start whenever some part of it gets imported somewhere. it is then the user's responsibility to call `stop` and then call `options` (to actually configure it), and finally call `start` to actually begin. all of this, mind you, also means they can't actually use the `resolution` option in the `config`, since it is applied during `attachHandlers`, which only gets called once (during initial startup). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org