"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defineConfig = defineConfig; function _react() { const data = _interopRequireDefault(require("react")); _react = function _react() { return data; }; return data; } function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } // IConfig types is prior to IConfigFromPlugins in the same key. function defineConfig(config) { return config; }