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>2019-09-27 21:06:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-27 21:06:20 +0300
commit2abb1b54c0305b359b178d6660810e865f619c22 (patch)
treee388953a0566ef9844b0b98cdb34236049721a14 /config/webpack.config.js
parent8320f7956d72986f5a7c850874fce4f8b5a8e015 (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, 1 insertions, 3 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index e9f9fe4c402..b5656040da2 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -209,9 +209,7 @@ module.exports = {
{
loader: 'css-loader',
options: {
- modules: {
- localIdentName: '[name]__[local].[hash:8].[ext]',
- },
+ name: '[name].[hash:8].[ext]',
},
},
],