UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

10 lines (9 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pluginCustomTransform = void 0; function pluginCustomTransform(customTransformers) { return (ctx) => { ctx.customTransformers = customTransformers; }; } exports.pluginCustomTransform = pluginCustomTransform;