Hybrid npm packages (ESM and CommonJS)

added by JavaScript Kicks
10/23/2019 8:22:46 AM

1081 Views

In this blog post, we look at npm packages that contain both ES modules and CommonJS modules: Current solutions Future solutions (once ESM is unflagged in Node.js) Required knowledge: How ES modules are supported natively on Node.js. You can read this blog post if necessary.


0 comments