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
Most of these files are not needed. Could you reduce them to the minimum?
To see what files will be included when publishing to npm, you can run npx npm-packlist.
In terms of code, all you need in the package is one js file and one d.ts file. You should leave the minifying, browser, esm and other builds to the users of your package. This being said, I might be wrong here.
The text was updated successfully, but these errors were encountered:
As of now, these are the contents of the package:
Most of these files are not needed. Could you reduce them to the minimum?
To see what files will be included when publishing to
npm
, you can runnpx npm-packlist
.In terms of code, all you need in the package is one
js
file and oned.ts
file. You should leave the minifying, browser,esm
and other builds to the users of your package. This being said, I might be wrong here.The text was updated successfully, but these errors were encountered: