1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Use minified jquery

Fixes #8398

Co-Authored-By: Benjamin Staneck <staneck@gmail.com>
This commit is contained in:
Qstick
2023-04-28 22:50:12 -05:00
parent 6f5bac7eed
commit 91ff76c0c8
+1 -1
View File
@@ -44,7 +44,7 @@ module.exports = (env) => {
'node_modules'
],
alias: {
jquery: 'jquery/src/jquery'
jquery: 'jquery/dist/jquery.min'
},
fallback: {
buffer: false,