UNPKG

st-bundle

Version:

CLI for watching and bundling SpringType projects.

10 lines (9 loc) 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); async function attachWebIndex(ctx, bundles) { if (ctx.webIndex.isDisabled) { return; } await ctx.webIndex.generate(bundles); } exports.attachWebIndex = attachWebIndex;