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
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Describe the feature
Rollup and esbuild now have support for
/*#__NO_SIDE_EFFECTS__*/
comments (which is similar to/*#__PURE__*/
but instead on the function declaration)rollup/rollup#5024
evanw/esbuild#3149
terser/terser#1130
The swc minifier could also use this information
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: