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)

14 lines (10 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = cleanDemo; var _utils = require("../utils"); function cleanDemo(args, cb) { (0, _utils.clean)('demo', ['demo/dist'], cb); } module.exports = exports.default;