Comparing version 0.3.16 to 0.3.17
@@ -59,2 +59,6 @@ #!/usr/bin/env node | ||
.string("watch-delay") | ||
.describe("watch-delay", "Timeout to wait for the last change") | ||
.default("watch", false) | ||
.boolean("progress") | ||
@@ -99,2 +103,6 @@ .describe("progress", "Displays a progress while compiling") | ||
if(argv["watch-delay"]) { | ||
options.watchDelay = parseInt(argv["watch-delay"], 10); | ||
} | ||
if(argv.filenames) { | ||
@@ -101,0 +109,0 @@ options.includeFilenames = true; |
{ | ||
"name": "webpack", | ||
"version": "0.3.16", | ||
"version": "0.3.17", | ||
"author": "Tobias Koppers @sokra", | ||
@@ -5,0 +5,0 @@ "description": "Packs CommonJs Modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loading of js, json, jade, coffee, css, ... out of the box and more with custom loaders.", |
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
326355
9166