Error
UnknownEsbuildError: Error: Build failed with 1 error:
[redacted]/node_modules/esbuild/lib/main.js:239:12: error: Invalid option in build() call: "jsx"
Possible cause
@contentlayer/core lists an old version in peerDependencies:
|
"esbuild": "0.11.x || 0.12.x || 0.13.x", |
It uses the jsx option which was added in ESBuild v0.12.1:
Proposed fix
https://github.com/contentlayerdev/contentlayer/pull/204/files
Reactions are currently unavailable
Error
Possible cause
@contentlayer/core lists an old version in peerDependencies:
contentlayer/packages/@contentlayer/core/package.json
Line 17 in 20ce905
It uses the jsx option which was added in ESBuild v0.12.1:
contentlayer/packages/@contentlayer/core/src/getConfig/index.ts
Line 69 in 20ce905
Proposed fix
https://github.com/contentlayerdev/contentlayer/pull/204/files