Web Components, HTML Imports polyfills not working in Firefox, IE
问题 I am trying to get Web Components plus HTML Imports to work in Firefox and IE. I followed the instructions as per the Web Components GitHub repo, installed the files via npm, and included it towards the head of my document. I have a custom script that is called in the body of the document. In firefox, the polyfill is loaded dynamically (synchronously) but transforms the script tag in the body from: <script type="module" src="./src/scripts/init.js"></script> to <script src="/components