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
I'm getting the error in the title because this if statement is always false. And that's because the paths used to check for the existence of the plugin doesn't match. They have different separators:
value of NS: "D:\<root>\node_modules\vue-loader\lib"
property of loaderContext: "D:\\<root>\\node_modules\\vue-loader\\lib"
It is hard to provide a reproduction link because this propably just depends on the OS you are using. Nevertheless this property-lookup-test is insuffiecent for me on windows 7.
ref: vuejs/vue-cli#1345
(when I just uncomment the test, everything works as expected)