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 Aug 20, 2024. It is now read-only.
To convert this package from CommonJS to ECMAScript modules (ESM):
type: module
topackage.json
lib
to ESMtests/lib
to ESMbuild
script inpackage.json
to generate CommonJS file (.cjs
) indist
directory (use Rollup)dist
to.gitignore
build
inprepare
script inpackage.json
to ensure build is run at key momentspackage.json
so thatmain
points in the CJS file indist
andexports
provides bothrequire
andimport
optionsThe text was updated successfully, but these errors were encountered: