{
output: {
filename: 'out_file.js',
path: 'out/path',
library: 'тут что угодно',
libraryTarget: 'commonjs2'
},
target: 'node' //чтоб нативные модули ноды не полифилил
}
const fn = require('./module_after_babel.js').default;