babel/bin/babel-minify
Sebastian McKenzie 1d34d03ac8 rename to babel
2015-02-15 18:09:05 +11:00

8 lines
154 B
JavaScript
Executable File

#!/usr/bin/env node
var opts = require("./babel").opts;
opts.optional = (opts.optional || []).concat("minification");
opts.format = {
compact: true
};