You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UF managed NodeJS dependencies have all been refactored to use the native ESM support in NodeJS 12.17 onward. It is now time to switch to these, and remove the esm module entirely. This should provide a minor performance boost (no on-the-fly ES module compilation) but more importantly keep things running smoothly as more ES module packages appear on the NPM registry (the esm module is incompatible with native ESM support).
The text was updated successfully, but these errors were encountered:
UF managed NodeJS dependencies have all been refactored to use the native ESM support in NodeJS 12.17 onward. It is now time to switch to these, and remove the
esm
module entirely. This should provide a minor performance boost (no on-the-fly ES module compilation) but more importantly keep things running smoothly as more ES module packages appear on the NPM registry (theesm
module is incompatible with native ESM support).The text was updated successfully, but these errors were encountered: