UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

17 lines (15 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.externals = externals; // eslint-disable-next-line no-unused-vars function externals(options) { const { externals } = options; return { ZC: '$ZC', ...externals }; }