error on importing a redirected file #80
Unanswered
BananaAcid
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, FYI, default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am importing a unpkg.com file, wich gets redirected to the reqal file. Fetch gets it, as in the examples, but die module ... shows an error:
To Reproduce
in a the first .vue component,
app.vue
showing a hello world, and having:results in
https://unpkg.com/[email protected]/index.js
-- the Chrome Network tab shows the redirected request, dumping right in thegetFiles()
function shows the content.and the error:
Expected behavior
I believe, any redirect should work.
Versions
Beta Was this translation helpful? Give feedback.
All reactions