UNPKG

@web/storybook-builder

Version:
12 lines 575 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringifyProcessEnvs = stringifyProcessEnvs; const common_1 = require("storybook/internal/common"); function stringifyProcessEnvs(env) { const result = (0, common_1.stringifyProcessEnvs)(env); // "NODE_PATH" pollutes the output, it's not really used and is not recommended in general // see more https://github.com/nodejs/node/issues/38128#issuecomment-814969356 delete result['process.env.NODE_PATH']; return result; } //# sourceMappingURL=stringify-process-envs.js.map