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
I'm pretty sure dimport gets downloaded once (because CDN cache & how ESM imports natively work) and so there's only 1 instance of dimport that can be "self-aware" and fetch its own attribute.
Can you try appending unique query strings to each script? unpkg.com/dimport?module&123
I am on my phone right now, so I can't tell if that affects the caching headers from unpkg
I'm attempting to load several modules (multiple bundle.js files in different directories) using the following method:
The first bundle.js gets loaded, however the subsequent bundle.js files never load.
In the above example, only /first/bundle.js gets loaded.
Is what I'm attempting to do even feasible?
The text was updated successfully, but these errors were encountered: