Uh oh!
There was an error while loading. Please reload this page.
fix(webpack): output .mjs to use crossorigin preloads - #6232
Conversation
✅ Deploy Preview for nuxt3-docs canceled.
|
pi0
commented
Jul 29, 2022
Would it be fixed with upcoming vue-bundle-renderer? At some point we have to switch back to |
danielroe
commented
Jul 29, 2022
No, the vue-bundle-renderer PR doesn't change this behaviour when rendering |
Uh oh!
There was an error while loading. Please reload this page.
pi0
commented
Jul 29, 2022
This PR seems good to go until we do this but yes I think it is a viable option to support |
danielroe
commented
Jul 29, 2022
As a top-level option to |
pi0
commented
Jul 29, 2022
I believe could be in manifest. |
danielroe
commented
Jul 29, 2022
Uh oh!
There was an error while loading. Please reload this page.
🔗 Linked issue
❓ Type of change
📚 Description
We are outputting
.jsfiles for webpack, which means we also don't add thecrossoriginattribute when rendering. Because of a typo in our tests we weren't pick up on this.Bug shows up with following warnings (+ double fetches of all webpack JS assets):
📝 Checklist