Probably missing dependencies causing fails in yarn pnp context
Opened this issue · 1 comments
kubijo commented
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": "*"
viceice commented
I only need this to fix:
packageExtensions:
esbuild-plugin-pino@*:
dependencies:
'thread-stream': '*'