UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

15 lines (12 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addDefaultPlugins = addDefaultPlugins; function addDefaultPlugins(plugin, pluginName) { if (plugin.enable) { return [require.resolve(pluginName), plugin.options]; } ; return null; }