diff --git a/src/vector/index.html b/src/vector/index.html index e86f299647..331bf68448 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -37,8 +37,19 @@
- <% for (var i=0; i < htmlWebpackPlugin.files.js.length; i++) {%> - + <% for (var i=0; i < htmlWebpackPlugin.files.js.length; i++) { + // Not a particularly graceful way of not putting the indexeddb worker script + // into the main page + if (_.endsWith(htmlWebpackPlugin.files.js[i], 'indexeddb-worker.js')) { + %> + + <% + continue; + } + %> + <% } %>