Repository URL to install this package:
|
Version:
3.7.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const utils_1 = require("../utils");
const resolveToRoot_1 = require("../resolveToRoot");
const getConfigForEnv_1 = tslib_1.__importDefault(require("../oneConfig/getConfigForEnv"));
const buildOutputPath = resolveToRoot_1.resolveToRoot(getConfigForEnv_1.default('buildOutputPath'));
utils_1.deleteDist(buildOutputPath);
//# sourceMappingURL=deleteDist.js.map