I use tsdown with rollup-plugin-tree-shakeable which adds @PURE annotations to the transpiled code. But if I use the tsdown {minify:true} option, it removes the annotations added by the plugin. So I have to choose between annotations and minification.
I see that oxc minify preserves legal comments by default. Could an option be added to preserve annotations?
I use tsdown with rollup-plugin-tree-shakeable which adds @PURE annotations to the transpiled code. But if I use the tsdown {minify:true} option, it removes the annotations added by the plugin. So I have to choose between annotations and minification.
I see that oxc minify preserves legal comments by default. Could an option be added to preserve annotations?