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:
authorPaul Slaughter <pslaughter@gitlab.com>2019-04-30 19:32:11 +0300
committerPaul Slaughter <pslaughter@gitlab.com>2019-04-30 20:21:48 +0300
commitec654bc41ac21ba895ae3a56718db63b49db4051 (patch)
tree550abc0b75db6ee512e112b13b313239bf7d2099 /changelogs
parent2432a540cff461c5d9c0346dd4021229078d674d (diff)
Fix webpack asset patch with '/' as relative root
https://gitlab.com/gitlab-org/gitlab-ce/issues/60932
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-webpack-assets-relative-url-bug.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-webpack-assets-relative-url-bug.yml b/changelogs/unreleased/fix-webpack-assets-relative-url-bug.yml
new file mode 100644
index 00000000000..80936245f3e
--- /dev/null
+++ b/changelogs/unreleased/fix-webpack-assets-relative-url-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Fix webpack assets handling when relative url root is '/'
+merge_request: 27909
+author:
+type: fixed