* Remove bc code from preset handling and preset-es2015 * Add more tests * Only allow functions for presets * Fix lint
4 lines
74 B
JavaScript
4 lines
74 B
JavaScript
module.exports = function () {
|
|
throw new Error('Not a real preset');
|
|
};
|