We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b96ad56 commit c2351b1Copy full SHA for c2351b1
bin/cli.js
@@ -7,6 +7,7 @@
7
8
(function() {
9
// wrap in IIFE to be able to use return
10
+
11
const importLocal = require("import-local");
12
// Prefer the local installation of webpack-cli
13
if (importLocal(__filename)) {
@@ -475,7 +476,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
475
476
477
478
const now = new Date();
- const MONDAY = 2;
479
+ const MONDAY = 1;
480
const SIX_DAYS = 518400000;
481
if (now.getDay() === MONDAY) {
482
const statSync = require("fs").statSync;
0 commit comments