webpack: Drop unused import
See https://github.com/cockpit-project/cockpit-podman/issues/855
This commit is contained in:
parent
aa8308c380
commit
db6397050a
1 changed files with 0 additions and 2 deletions
|
|
@ -13,8 +13,6 @@ const crypto = require("crypto");
|
|||
const crypto_orig_createHash = crypto.createHash;
|
||||
crypto.createHash = algorithm => crypto_orig_createHash(algorithm == "md4" ? "sha256" : algorithm);
|
||||
|
||||
const webpack = require("webpack");
|
||||
|
||||
/* A standard nodejs and webpack pattern */
|
||||
const production = process.env.NODE_ENV === 'production';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue