From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/webpack/bin/config-optimist.js | 1 + 1 file changed, 1 insertion(+) (limited to 'node_modules/webpack/bin/config-optimist.js') diff --git a/node_modules/webpack/bin/config-optimist.js b/node_modules/webpack/bin/config-optimist.js index 5ea07ee14..6ec4d62c8 100644 --- a/node_modules/webpack/bin/config-optimist.js +++ b/node_modules/webpack/bin/config-optimist.js @@ -2,6 +2,7 @@ module.exports = function(optimist) { optimist .boolean("help").alias("help", "h").alias("help", "?").describe("help") .string("config").describe("config", "Path to the config file") + .string("config-name").describe("config-name", "Name of the config to use") .string("env").describe("env", "Environment passed to the config, when it is a function") .string("context").describe("context", "The root directory for resolving entry point and stats") .string("entry").describe("entry", "The entry point") -- cgit v1.2.3