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 Jan 18, 2022. It is now read-only.
Sourcemap is likely to be incorrect: a plugin ('vue.delegate') was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Steps to reproduce the behavior
when update to v4,my project's source map could not work,it is caused by the dependency module vue-component-compiler's assembler that only return {code}.
The text was updated successfully, but these errors were encountered:
Expected behavior
plugin's transform function returns
{code, map}
Actual behavior
transform function returns only code like
{code}
and the console warns with messages:
Steps to reproduce the behavior
when update to v4,my project's source map could not work,it is caused by the dependency module vue-component-compiler's assembler that only return
{code}
.The text was updated successfully, but these errors were encountered: