发布

  • fix(vite): allow force ignore of logs from nxViteTsPaths plugin #29320 (#30200)

    frostbyte_neo 发布于 2025-02-27 14:53:57 +00:00

    Current Behavior

    When Vite build is run where:

    • nxViteTsPaths plugin is enabled
    • --verbose or NX_VERBOSE_LOGGING=true is set

    The resulting logs can be quite noisy.

    Expected Behavior

    When debug is explicitly set to false, ignore logs even when
    --verbose is passed.

    Usage:

    nxViteTsPaths({ debug: false })
    

    Related Issue(s)

    Fixes #29320


    Co-authored-by: Leosvel Pérez Espinosa leosvel.perez.espinosa@gmail.com

    下载附件