in build.js [24:29]
const filterFunc = function(src) { if (src.includes('.lib')) { return false; } return true; };