UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

12 lines (11 loc) • 273 B
var profile = { resourceTags: { ignore: function(filename, mid){ // only include moment/moment return mid != "moment/moment"; }, amd: function(filename, mid){ return /\.js$/.test(filename); } } };