Borschik JS tech with babili as minifier.
babili based plugin to build JS files with borschik.
$ npm install borschik borschik-tech-babili$ ./node_modules/.bin/borschik -t babili -i test.jsYou can provide custom options to babili with --tech-options
$ ./node_modules/.bin/borschik -t babili -i test.css --tech-options='{"babili":{"mangle":false}}'
See https://github.com/babel/babili/tree/master/packages/babel-preset-babili#options for available options.

