mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-21 13:31:45 +03:00
14 lines
353 B
Diff
14 lines
353 B
Diff
diff --git a/bin/webpack.js b/bin/webpack.js
|
|
index fead38bf4..0bd13d3eb 100755
|
|
--- a/bin/webpack.js
|
|
+++ b/bin/webpack.js
|
|
@@ -87,7 +87,7 @@ const cli = {
|
|
url: "https://github.com/webpack/webpack-cli"
|
|
};
|
|
|
|
-if (!cli.installed) {
|
|
+if (false) {
|
|
const path = require("path");
|
|
const fs = require("graceful-fs");
|
|
const readLine = require("readline");
|