Henry Cai
Henry Cai
In my own experience, next-logger doesn't work with Winston out of the box even though the doc has instructions to do so. There are multiple issues: 1. The logger export...
Starting from Next 14.2, @GAsplund's solution above won't work in the Next **development mode** (`next dev`), the generated Webpack instrumentation code won't include `next-logger`. Combining @karl-run's solution to add `next-logger`...
@ayusharma @byara Could someone please review https://github.com/trivago/prettier-plugin-sort-imports/pull/293 or https://github.com/trivago/prettier-plugin-sort-imports/pull/273?
Finally find out a workaround for the module loading problem starting from 14.2, see https://github.com/sainsburys-tech/next-logger/issues/13#issuecomment-2113625702
I have verified that with `v5.0.0`, we don't need to set `next-logger` in `experimental.serverComponentsExternalPackages` as mentioned in https://github.com/sainsburys-tech/next-logger/issues/13#issuecomment-2113625702. And this issue was originally about using `next-logger` in the standalone mode,...