Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ESM module with native ESM in assets build scripts #1148

Closed
Silic0nS0ldier opened this issue Apr 3, 2021 · 0 comments
Closed

Replace ESM module with native ESM in assets build scripts #1148

Silic0nS0ldier opened this issue Apr 3, 2021 · 0 comments
Assignees
Labels
assets Related to the assets feature
Milestone

Comments

@Silic0nS0ldier
Copy link
Member

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).

@Silic0nS0ldier Silic0nS0ldier added the assets Related to the assets feature label Apr 3, 2021
@Silic0nS0ldier Silic0nS0ldier added this to the 4.5.x milestone Apr 3, 2021
@Silic0nS0ldier Silic0nS0ldier self-assigned this Apr 3, 2021
@lcharette lcharette modified the milestones: 4.5.x, 4.4.x Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assets Related to the assets feature
Projects
None yet
Development

No branches or pull requests

2 participants