rollup / plugins

🍣 The one-stop shop for official Rollup plugins
MIT License
3.57k stars 568 forks source link

export { terser as default } in dist #1665

Open vdegenne opened 5 months ago

vdegenne commented 5 months ago

https://github.com/rollup/plugins/blob/2a19079892f0bef53b557da965339cdef0a13a93/packages/terser/src/index.ts#L8

I don't know why but this seems to get rewritten as export { terser as default } image

I believe this should not be altered for esm. I'm trying to use @rollup/plugin-terser in a TypeScript and I'm not even sure how to import it.