diff options
author | Louis Chemineau <louis@chmn.me> | 2022-01-05 19:42:20 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-01-08 10:15:47 +0100 |
commit | 19ed04dda1e1092aa4fc87b5d521d51533cdfa20 (patch) | |
tree | ce3f5d89a82741b77698eeee494d402c670449d7 /webpack.common.js | |
parent | cd53bc8e224425401164be3587d3051ee7f4d2c6 (diff) | |
download | nextcloud-server-19ed04dda1e1092aa4fc87b5d521d51533cdfa20.tar.gz nextcloud-server-19ed04dda1e1092aa4fc87b5d521d51533cdfa20.zip |
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.js | 1 |
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', }), ], |