You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Where index.js is doing import Vue from 'vue and the nomodule bundle is able to use webpack to bundle up Vue as required.
Except as soon as I ran this in Firefox the code failed hard. Firefox has support for type="module" but knows nothing about import maps, so it failed to import Vue.
I'm happy to target only browsers that have type="module"andtype="importmap" as I have my nomodule fallback support - but how?
I can't see any way that I can state this code only works ifimportmap is supported. Is this included in the specification anywhere?