fix(nx-plugin): adjust upload config handling#937
Conversation
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit 478eb6d with previous commit c677fa2. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👎 3 groups regressed, 👍 2 audits improved, 👎 7 audits regressed, 12 audits changed without impacting score🗃️ Groups
15 other groups are unchanged. 🛡️ Audits
575 other audits are unchanged. |
|
@BioPhoton The PR description only mentions a small adjustment to upload config, but most of the changed files are removing extensions from imports. Could you please remove those changes, or explain why they are needed? I remember you mentioned something about import extensions before, but it's never made sense to me why that would solve anything. Unlike imports without extensions (which are CJS-only), explicit extensions work for both CJS and ESM. For my own sanity, I tried reverting the imports in ba91850 and all |
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
This PR includes: