this.merge.configs = (...args) => {
      this.configs = Object.assign({}, this.configs, ...args);
      return this.configs;
    };