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
Great that the module is now ESM! However bundlers like ESBuild still will not tree-shake the module because there is no side-effects declaration. Consider adding "sideEffects": false to the package.json to allow bundlers to tree-shake.
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
Great that the module is now ESM! However bundlers like ESBuild still will not tree-shake the module because there is no side-effects declaration. Consider adding
"sideEffects": false
to thepackage.json
to allow bundlers to tree-shake.See https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
The text was updated successfully, but these errors were encountered: