8 lines
154 B
JavaScript
Executable File
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
|
|
};
|