UNPKG

@frontity/core

Version:

The core package of the Frontity framework.

9 lines (8 loc) 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const fs_extra_1 = require("fs-extra"); exports.default = async ({ outDir }) => { await (0, fs_extra_1.ensureDir)(outDir); await (0, fs_extra_1.emptyDir)(outDir); await (0, fs_extra_1.ensureDir)(`${outDir}/bundling/entry-points`); };