Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / core-js / fn / regexp / split.js
1 require('../../modules/es6.regexp.split');
2 var SPLIT = require('../../modules/_wks')('split');
3 module.exports = function(it, str, limit){
4   return RegExp.prototype[SPLIT].call(it, str, limit);
5 };