Skip to content

Source map conflict #62

@armandfargeon

Description

@armandfargeon

The require("source-map-support").install() call in api.js causes conflicts when the Node.js application already uses source-map-support. This results in duplicated loading of source maps and can force the application to enable source maps even if disabled.
Proposed Solution:
Consider removing require("source-map-support").install() from api.js (at least for production) to avoid redundancy and allow the application to manage its own source map settings.

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