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
{{ message }}
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
Thank you for the wonderful library, it is a really handy utility!
However, currently it is hard to integrate this into an project, because it ships only es-modules version. In particular, it causes problems with Jest, that does not have es-modules support. (esm also does not work).
Currently I have to work it around via running Babel for node_modules (recommended here standard-things/esm#706 (comment)), which has its own set of problems.
Most of the npm-modules, still ship commonjs version, so mnth is one of the few causing this issue.
The text was updated successfully, but these errors were encountered:
Thank you for the wonderful library, it is a really handy utility!
However, currently it is hard to integrate this into an project, because it ships only es-modules version. In particular, it causes problems with Jest, that does not have es-modules support. (esm also does not work).
Currently I have to work it around via running Babel for node_modules (recommended here standard-things/esm#706 (comment)), which has its own set of problems.
Most of the npm-modules, still ship commonjs version, so
mnth
is one of the few causing this issue.The text was updated successfully, but these errors were encountered: