UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

11 lines (9 loc) 263 B
/* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra */ function NullFactory() {} module.exports = NullFactory; NullFactory.prototype.create = function(context, dependency, callback) { return callback(); };