UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

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