-
-
Notifications
You must be signed in to change notification settings - Fork 611
Closed
Labels
Description
plugins/packages/terser/src/index.ts
Line 8 in 2a19079
| export default terser; |
I don't know why but this seems to get rewritten as export { terser as default }

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.