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
qiyuan-wang
changed the title
externalRE is not supported automatic http/https prefix url
externalRE is not supported automatic http/https prefix url pattern
Nov 9, 2021
Version
3.2.21
Reproduction link
sfc.vuejs.org/
Steps to reproduce
vite build
What is expected?
Build process finished successfully.
What is actually happening?
Rollup emit a error with failed to resolve import [img url]
The externalRE is not supported the pattern of automatic http/https prefix by browser.
SFC-compiler took "//via.placeholder.com/150" as a module and raised the error.
https://github.com/vuejs/vue-next/blob/065c367175c0e93b3cce38d0a031c94c59e570ff/packages/compiler-sfc/src/templateUtils.ts#L9
The text was updated successfully, but these errors were encountered: