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)

25 lines (20 loc) 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = buildModule; var _moduleBuild = _interopRequireDefault(require("../moduleBuild")); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /** * Create a web module's ES5, ES modules and UMD builds. */ function buildModule(args, cb) { (0, _moduleBuild.default)(args, { babel: { runtime: { helpers: false } } }, cb); } module.exports = exports.default;