feat: added static uri support

This commit is contained in:
Wyatt Johnson
2018-10-15 14:56:43 -06:00
parent 9347815276
commit 3633fd7afb
12 changed files with 166 additions and 14 deletions
+3
View File
@@ -0,0 +1,3 @@
__webpack_public_path__ = JSON.parse(
document.getElementById("config").innerText
);