Skip to content

Drop support for Node.js < 12 #4164

@guybedford

Description

@guybedford

Feature Use Case

The interpretation of rollup.config.js files doesn't quite match the Node.js execution model leading to subtle bugs.

Feature Proposal

If we drop support for Node.js < 12, we can update the rollup configuration loader to use the Node.js native loader entirely, effectively as simple as a dynamic import(), ensuring all packages imported in the configuration file behave like normal Node.js ES module packages.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions