-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lazy-load does not play well with nexe #66
Comments
Same here. Our project bundle with parcel has problem starting because it cannot find
Parcel does not support dynamic loading. Anyway, just pilling up on @jd-carroll issue. |
Hm yeah. Winston is quite useful for running in a variety of environments, it's a shame that it can't be built with Parcel and such. |
logform / winston specify |
Potentially fixed in winstonjs/winston#1640 but need to test... |
Not sure if this helps anyone, but I was having this problem using winston with
to my main process webpack config. |
Any update to this using parcel? I am using aws-cdk with parcel-bundler@^1 and failing for all format functions including |
We are facing an issue using this module with a nexe bundled project. Essentially nexe does not support any type of dynamic module imports.
Is there any specific reason why the transports are setup lazily?
The text was updated successfully, but these errors were encountered: