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); }); `;