From 7a3df1c7d65a5586a30c3e503f0460cb165904d3 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 17 Jan 2019 20:59:06 -0600 Subject: [PATCH] Support image URLs in HTML templates Expands the image build process to also support the right paths when used in HTML templates. --- src/vector/index.html | 2 +- webpack.config.js | 57 ++++++++++++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 20 deletions(-) diff --git a/src/vector/index.html b/src/vector/index.html index a5f3af9b81..1796849fb3 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -40,7 +40,7 @@ window.vector_indexeddb_worker_script = '<%= htmlWebpackPlugin.files.chunks['indexeddb-worker'].entry %>'; - +