Skip to content

Fix webpack asset patch with '/' as relative root

Paul Slaughter requested to merge fix-webpack-assets-relative-url-bug into master

What does this MR do?

Fix the handling of relative_url_root in lib/utils/webpack.js (see relevant issue).

Why was this needed?

Recent versions of gdk default relative_url_root to /, which causes issues when this is simply concatenated to paths.

Screen_Shot_2019-04-30_at_11.29.43_AM

Does this MR meet the acceptance criteria?

Conformity

Links

Edited by Paul Slaughter

Merge request reports