-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Labels
Description
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.
Reactions are currently unavailable