You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
960 B
39 lines
960 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
var _exportNames = {
|
|
getPrebuildConfigAsync: true
|
|
};
|
|
Object.defineProperty(exports, "getPrebuildConfigAsync", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _getPrebuildConfig().getPrebuildConfigAsync;
|
|
}
|
|
});
|
|
|
|
function _getPrebuildConfig() {
|
|
const data = require("./getPrebuildConfig");
|
|
|
|
_getPrebuildConfig = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
var _withDefaultPlugins = require("./plugins/withDefaultPlugins");
|
|
|
|
Object.keys(_withDefaultPlugins).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
if (key in exports && exports[key] === _withDefaultPlugins[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _withDefaultPlugins[key];
|
|
}
|
|
});
|
|
});
|
|
//# sourceMappingURL=index.js.map
|