griffel
griffel copied to clipboard
chore: Nx patches/issues
We have few issues with Nx where bugs are present or something work as not expected. Temporary this is solved with patches via yarn
, but it's not a long term solution.
Issue with entrypoints
https://github.com/microsoft/griffel/blob/eb86759fbf607e489e62f0b5e148376173e5c91c/.yarn/patches/%40nrwl-web-npm-13.10.6-0fda8b81ed.patch#L3-L13
NX issue: https://github.com/nrwl/nx/issues/8505
Dependencies for packages are collected recursively
https://github.com/microsoft/griffel/blob/eb86759fbf607e489e62f0b5e148376173e5c91c/.yarn/patches/%40nrwl-js-npm-13.10.6-08130e9fbb.patch#L3-L13
NX issue: https://github.com/nrwl/nx/issues/9371
Typecheck results are invalid in @nrwl/web:rollup
https://github.com/nrwl/nx/issues/9053