Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-06 16:15:24 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:15:47 +0300
commit9ee339d43000323c82e6d9e7a66e844b1f240508 (patch)
treea0426b1da90b352ff9338e6a2898139c3e07e540 /webpack.common.js
parent19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (diff)
Fix undescore version
Reason: https://github.com/nextcloud/server/pull/27279 Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 074d5bc082e..3d29d0a9a7e 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -141,7 +141,7 @@ module.exports = {
new VueLoaderPlugin(),
new ESLintPlugin(),
new webpack.ProvidePlugin({
- _: 'underscore',
+ // Provide jQuery to jquery plugins as some are loaded before $ is exposed globally.
jQuery: 'jquery',
}),
],