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-05 21:42:20 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 12:15:47 +0300
commit19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (patch)
treece3f5d89a82741b77698eeee494d402c670449d7 /webpack.common.js
parentcd53bc8e224425401164be3587d3051ee7f4d2c6 (diff)
Don't import $ in every file that needs it
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 456f971a3aa..074d5bc082e 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -142,7 +142,6 @@ module.exports = {
new ESLintPlugin(),
new webpack.ProvidePlugin({
_: 'underscore',
- $: 'jquery',
jQuery: 'jquery',
}),
],