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:
authorPhil Hughes <me@iamphill.com>2019-05-01 12:42:00 +0300
committerPhil Hughes <me@iamphill.com>2019-05-01 12:42:00 +0300
commitb4ede51274c31bd9dbc5a8e285b0544bfb32906d (patch)
tree0d7c4c664f898036a581fd895c6f1614862ced57 /changelogs
parent43fcb8971c590a0a0b941b60d33d4e7fca77221c (diff)
parentec654bc41ac21ba895ae3a56718db63b49db4051 (diff)
Merge branch 'fix-webpack-assets-relative-url-bug' into 'master'
Fix webpack asset patch with '/' as relative root See merge request gitlab-org/gitlab-ce!27909
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