wd-David/esbuild-plugin-pino

Probably missing dependencies causing fails in yarn pnp context

Opened this issue · 1 comments

I had to add the following for this module to work in a Yarn PnP context:

packageExtensions:
  "esbuild-plugin-pino@*":
    dependencies:
      "pino": "*"
      "pino-pretty": "*"
      "thread-stream": "*"

I only need this to fix:

packageExtensions:
  esbuild-plugin-pino@*:
    dependencies:
      'thread-stream': '*'