From ebffcb441658be8746ce44a3deaab2db1fef9dab Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Tue, 24 Oct 2017 17:02:03 -0700 Subject: [PATCH] Fix typo --- src/transforms/polyfills.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transforms/polyfills.js b/src/transforms/polyfills.js index 1a3fdea..a8a143a 100644 --- a/src/transforms/polyfills.js +++ b/src/transforms/polyfills.js @@ -42,7 +42,7 @@ const addBackIn = ` window.addEventListener('WebComponentsReady', function() { console.warn('WebComponentsReady'); const loaderTag = document.createElement('script'); - loaderTag.src = 'http://localhost:8888/dist/template.v2.js'; + loaderTag.src = '/template.v2.js'; document.head.insertBefore(loaderTag, document.head.firstChild); }); `;