Skip to content

bundling issues with webpack #1992

@vetruvet

Description

@vetruvet

Currently package.json specifies >=12.18 in engines.node, but the code uses ??= and util/types which are Node.js 15+ features.

The implementation should look like...

Updating package.json to reflect the correct minimum Node.js version.

I have also considered...

Alternatively, the code could stop using those features to retain compatibility with 12.18+

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions