UNPKG

@zero-scripts/webpack-config

Version:
13 lines 520 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.resolvePath = void 0; const path_1 = __importDefault(require("path")); const getRootDir_1 = require("./getRootDir"); function resolvePath(relPath) { return path_1.default.resolve(getRootDir_1.getRootDir(), relPath); } exports.resolvePath = resolvePath; //# sourceMappingURL=resolvePath.js.map