Daniel Tschinder 87ca6150ae [7.0] Remove bc code from preset handling and preset-es2015 (#5128)
* Remove bc code from preset handling and preset-es2015

* Add more tests

* Only allow functions for presets

* Fix lint
2017-02-22 14:58:01 +01:00

4 lines
74 B
JavaScript

module.exports = function () {
throw new Error('Not a real preset');
};