We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack requires a package to declare itself as side effects free in order to tree-shake unused modules. https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
Common-tags looks actually sideEffect free, but the missing flag prevent a proper tree shake, please add the flag to package.jso
The text was updated successfully, but these errors were encountered:
This is fixed in the fork proper-tags at https://github.com/hexagon/proper-tags published to npmjs.com/package/proper-tags and deno.land/x/proper_tags
proper-tags
Sorry, something went wrong.
No branches or pull requests
Webpack requires a package to declare itself as side effects free in order to tree-shake unused modules.
https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
Common-tags looks actually sideEffect free, but the missing flag prevent a proper tree shake, please add the flag to package.jso
The text was updated successfully, but these errors were encountered: