webpack-cli
Advanced tools
Comparing version 3.3.9 to 3.3.10
@@ -120,2 +120,7 @@ const optionsSchema = require("../config/optionsSchema.json"); | ||
}, | ||
"no-cache": { | ||
type: "boolean", | ||
describe: "Disables cached builds", | ||
group: BASIC_GROUP | ||
}, | ||
"module-bind": { | ||
@@ -122,0 +127,0 @@ type: "string", |
@@ -437,2 +437,6 @@ const path = require("path"); | ||
ifBooleanArg("no-cache", function() { | ||
options.cache = false; | ||
}); | ||
ifBooleanArg("debug", function() { | ||
@@ -439,0 +443,0 @@ const LoaderOptionsPlugin = require("webpack").LoaderOptionsPlugin; |
{ | ||
"name": "webpack-cli", | ||
"version": "3.3.9", | ||
"version": "3.3.10", | ||
"description": "CLI for webpack & friends", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223630
3590