Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-20 03:15:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-20 03:15:02 +0300
commit8dfcf754978e6ad60656d455cc3c6b7477c29906 (patch)
tree76dc06ddc8c7f2ee2240e9b5f73fcb04e8f3e672 /config/webpack.config.js
parente7cbe1006f44085b49e2673f87fed00f5cc44cc8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 3a6bac78aad..912c2fe5c45 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -1,4 +1,6 @@
-const crypto = require('crypto');
+// eslint-disable-next-line import/order
+const crypto = require('./helpers/patched_crypto');
+
const fs = require('fs');
const path = require('path');