•  
      request #42589 Bad order of types exports condition
    Infos
    #42589
    Joris MASSON (jmasson)
    2025-04-04 09:16
    2025-04-03 11:08
    44265
    Details
    Bad order of types exports condition

    During build, vite emits a warning due to the order of exports conditions in package.json:

    ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
    

    In package.json, the "types" condition in "exports" must be before "import" and "require".

    Other
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2025-04-04
    Attachments
    Empty
    References

    Follow-ups