-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Description
Version
5.0.0-rc.1
Steps to reproduce
I need install the following vue-loader but cause error:
"devDependencies": {
"vue-loader": "15.9.8",
}
What is expected?
should install vue-loader@15.9.8
What is actually happening?
sometimes install v15.9.8,sometimes install v16.8.3 that the latest version
the version of vue-loader is affected the @vue/cli-service version:
"dependencies": {
"@vue/vue-loader-v15": "npm:vue-loader@^15.9.7",
"vue-loader": "^16.8.2", // because this line
}
Metadata
Metadata
Assignees
Labels
No labels