UNPKG

480 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.defineConfig = defineConfig;
7
8function _react() {
9 const data = _interopRequireDefault(require("react"));
10
11 _react = function _react() {
12 return data;
13 };
14
15 return data;
16}
17
18function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
19
20// IConfig types is prior to IConfigFromPlugins in the same key.
21function defineConfig(config) {
22 return config;
23}
\No newline at end of file