Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 17:42
· 57 commits to master since this release
31c3561

Patch Changes

  • d432f57: Optimizes config loading to not look for package.json in file system if the
    config extension is already informing whether CommonJS or ESM is used.

    Currently config loading did unnecessarily traverse the file system. This could
    be unnecessary slowness, or cause issues in sandbox environments (like Bazel)