Skip to content

Commit 19f5a81

Browse files
authored
Merge pull request #1496 from nextcloud/add-explicit-dependency-for-vue-loader-legacy
fix: Add explicit dependency for vue-loader@legacy
2 parents 7a99c37 + 48073f8 commit 19f5a81

2 files changed

Lines changed: 21 additions & 59 deletions

File tree

package-lock.json

Lines changed: 19 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"@nextcloud/webpack-vue-config": "^7.0.2",
5656
"adm-zip": "^0.6.0",
5757
"axios": "^1.13.6",
58-
"cli-progress": "^3.12.0"
58+
"cli-progress": "^3.12.0",
59+
"vue-loader": "^15.11.1"
5960
}
6061
}

0 commit comments

Comments
 (0)