UNPKG

nwb

Version:

A toolkit for React, Preact & Inferno apps, React libraries and other npm modules for the web, with no configuration (until you need it)

15 lines (11 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cleanApp; var _utils = require("../utils"); function cleanApp(args, cb) { let dist = args._[1] || 'dist'; (0, _utils.clean)('app', ['coverage', dist], cb); } module.exports = exports.default;