UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

11 lines (10 loc) 190 B
module.exports = { 'foo($a)': function(size) { size.setUnit('rem'); return size; }, 'bar($a)': function(size) { size.setValue(size.getValue() * 2); return size; } };