if (item.info.type === 'webpack') {
      const result = stack.indexOf(item.info.id);
      if (result === -1) {
        stack.push(item.info.id);
        return true;