UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

3 lines 98 B
module.exports = function (inp, callback) { callback(null, inp + ' BAR (' + process.pid + ')') }