This repository was archived by the owner on Oct 9, 2020. It is now read-only.
Commit 5921059
committed
Fix prepending of loader.browserRootURL to root-relative url
Previously background-image: url(/foo.png) would be left as-is
despite loader.browerRootURL being configured, causing browsers
to fail to load it when the stylesheet is being loaded as an
object url.1 parent df7dd77 commit 5921059
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| |||
0 commit comments