aboutsummaryrefslogtreecommitdiffstats
path: root/webpack.common.js
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-06 14:15:24 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 10:15:47 +0100
commit9ee339d43000323c82e6d9e7a66e844b1f240508 (patch)
treea0426b1da90b352ff9338e6a2898139c3e07e540 /webpack.common.js
parent19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (diff)
downloadnextcloud-server-9ee339d43000323c82e6d9e7a66e844b1f240508.tar.gz
nextcloud-server-9ee339d43000323c82e6d9e7a66e844b1f240508.zip
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',
}),
],