next.js
ef1e4ba8 - Turbopack: respect PURE comments for minification (#80893)

Commit
188 days ago
Turbopack: respect PURE comments for minification (#80893) Previously, when Turbopack invoked the swc minifier, comments were ignored, so code explicitly marked as side-effect free was still not removed ```js const unused = /*@__PURE__*/ (() => { state++ })() ``` (same for unused JSX as well) This makes the output smaller
Author
Parents
Loading