-
Notifications
You must be signed in to change notification settings - Fork 55
fix(deps): Use correct version of vue-loader #1301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Actually this app doesn't use vue, so this is not correct. |
|
While it doesn't use vue, it uses the webpack config which checks for the vue-loader version regardless. |
|
/backport to stable32 |
|
/backport to stable31 |
Signed-off-by: provokateurin <[email protected]>
e3581ec to
ed26326
Compare
| "@nextcloud/webpack-vue-config": "^6.3.0", | ||
| "adm-zip": "^0.5.16", | ||
| "axios": "^1.12.2", | ||
| "cli-progress": "^3.12.0" | ||
| "cli-progress": "^3.12.0", | ||
| "vue-loader": "^15.11.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of direct installing vue-loader I'd propose to use the latest version of @nextcloud/vue-config which doesn't require it anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See nextcloud-libraries/webpack-vue-config#688