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
Also remove unofficial fields that mark a package as 'ES' and bump build
related tooling dependencies to ensure compatibility with the new
standard. Since the package scope is now set to module change config
files to use ESM or run with CommonJS using the `cjs` extension.
Closeszspecza#201
Would you consider adding support for ESM?
https://nodejs.org/api/esm.html#esm_main_entry_point_export
Node v13 already has ESM enabled by default, and node v14 will be here in a couple of weeks.
An opt-in solution could be given in the following way (I guess, not tested):
common-tags/esm
package.json
withtype=module
andexports
field in placeThe text was updated successfully, but these errors were encountered: