Closed Fdawgs closed 1 year ago
What this does:
Node 21.1.0 added a flag to detect module types, which will probably become default in the future. Declaring the type will cause Node to skip detection on startup/compile, reducing startup time.
Declaring the package type is also considered good practice according to https://nodejs.org/api/modules.html#enabling.
Related issues:
N/A
Pre/Post merge checklist:
:tada: This PR is included in version 10.0.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What this does:
Node 21.1.0 added a flag to detect module types, which will probably become default in the future. Declaring the type will cause Node to skip detection on startup/compile, reducing startup time.
Declaring the package type is also considered good practice according to https://nodejs.org/api/modules.html#enabling.
Related issues:
N/A
Pre/Post merge checklist: