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

5 lines (4 loc) 82 B
import max from './max' export default function (x, y) { return max(x, y) }