pipe(webpack( { module: { babel: [ { test: /\.js$/, exclude: /node_modules/, loader: 'babel' } ] }} ))