UNPKG

gerald-react-scripts-fork

Version:

Gerald's fork of the configuration and scripts for Create React App.

6 lines (5 loc) 139 B
module.exports = function cleanDeclartion(node, item, list) { if (node.value.sequence.isEmpty()) { list.remove(item); } };