UNPKG

rollup-plugin-closure-compile

Version:

Rollup plugin that uses the up-to-date JS version of Closure Compiler to minify your code. Works with sourcemaps

4 lines (3 loc) 66 B
export default function max (a, b) { return Math.max(a, b) }