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-09-18 21:10:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-09-18 21:10:01 +0300
commitcd25acd9f7534c41e43a0b122acd751633be3196 (patch)
treee3ef8c0ca84c9ad1c1890a89f09fe0d8660299f9 /config/webpack.config.js
parent20e1a45b541eb58dad95c7a34f56e1c442ebde9f (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 7eb9a7e06e4..146e9b48442 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -490,7 +490,9 @@ module.exports = {
new VueLoaderPlugin(),
// automatically configure monaco editor web workers
- new MonacoWebpackPlugin(),
+ new MonacoWebpackPlugin({
+ filename: '[name].[contenthash:8].worker.js',
+ }),
new GraphqlKnownOperationsPlugin({ filename: 'graphql_known_operations.yml' }),