mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-19 12:32:11 +03:00
13 lines
319 B
Diff
13 lines
319 B
Diff
diff --git a/bin/webpack.js b/bin/webpack.js
|
|
--- 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");
|