module.exports = { files: 'src/**/*.es6', ignore: '**/Info/defInfo.es6', output: 'src/lib/util.js', format: 'commonjs' };