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
Oh.I'm so sorry.
As you know Vue-cli will resolve the resource path from vue template part when it startswith "~" ,it will be replaced "$root/node_modules/".
But your plugin didn't parse this .
I think maybe you can optimize it.
this issue was solved long time ago, but it seems to appear again. Probably there were some breaking changes in webpack, but I couldn't find any mentions about resolve method in their upgrade guides to next version.
I will look into this later, until then I will leave this issue open.
默认的静态资源解析会对"~"开头的做npm包路径替换.
是不是需要加一下
The text was updated successfully, but these errors were encountered: