UNPKG

@zohodesk/client_build_tool

Version:

A CLI tool to build web applications and client libraries

13 lines (11 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.devtoolConfig = devtoolConfig; // eslint-disable-next-line consistent-return function devtoolConfig(options) { if (options.createSeparateSMap) { return options.devtool; } }