fix: fix algorithm to detect if package is hybrid or not #399
Annotations
3 errors
build (20.x)
The run was canceled by @Romakita.
|
build (20.x):
packages/monorepo/src/utils/packages/buildHybridPackages.js#L19
Replace `pkg.exports.import·&&·pkg.exports.require·||·pkg.exports["."]?.import·&&·pkg.exports["."]?.require` with `(pkg.exports.import·&&·pkg.exports.require)·||·(pkg.exports["."]?.import·&&·pkg.exports["."]?.require)`
|
build (20.x)
Process completed with exit code 1.
|