rollup-plugin-closure-compiler icon indicating copy to clipboard operation
rollup-plugin-closure-compiler copied to clipboard

Do you have an example about how to generate ES5 for IIFE and ES2025 for ESM ?

Open badpenguin opened this issue 3 years ago • 0 comments

Do you have an example how to change the language output depending on the output format when compiling multiple bundles?

i.e.

compiler({
   language_in: 'ECMASCRIPT_2017',
   language_out: 'ECMASCRIPT_2015'
}),

badpenguin avatar Jan 31 '22 18:01 badpenguin