DEV Community

Discussion on: How to fix problems with esbuild in Yarn

Collapse
 
alexandervantrijffel profile image
Alexander van Trijffel

Never mind, I found the solution. The build must be started with yarn node esbuild.config.js so that dependencies are resolved using .pnp.cjs if yarn is configured to use PnP.