Skip to content

core-data: i18next is initialized with debug: true in the published bundle #596

Description

@jamiefolsom

The published @performant-software/core-data package initializes i18next with debug: true — it's visible as debug: !0 in dist/index.es112.js. Every consumer gets i18next's full ~50-line initialized {…} config dump plus languageChanged lines on the console; an FDS dev-server boot prints it three times (once in the TinaCMS process, twice in Astro).

It's the single largest block of noise in core-data-places dev logs. Flipping it to false (or gating it on an env var for library development) removes it everywhere downstream.

For comparison, @performant-software/shared-components already ships debug: false.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions