UNPKG

1.06 kBJavaScriptView Raw
1"use strict";
2var __rest = (this && this.__rest) || function (s, e) {
3 var t = {};
4 for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
5 t[p] = s[p];
6 if (s != null && typeof Object.getOwnPropertySymbols === "function")
7 for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
8 if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
9 t[p[i]] = s[p[i]];
10 }
11 return t;
12};
13Object.defineProperty(exports, "__esModule", { value: true });
14exports.default = (_a) => {
15 var { sourceRoot = 'src', outputRoot = 'dist', publicPath = '/', staticDirectory = 'static', chunkDirectory = 'chunk', designWidth = 750 } = _a, rest = __rest(_a, ["sourceRoot", "outputRoot", "publicPath", "staticDirectory", "chunkDirectory", "designWidth"]);
16 return Object.assign({ sourceRoot,
17 outputRoot,
18 publicPath,
19 staticDirectory,
20 chunkDirectory,
21 designWidth }, rest);
22};
23//# sourceMappingURL=build.conf.js.map
\No newline at end of file