1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02: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

View File

@ -44,7 +44,7 @@ module.exports = (env) => {
'node_modules'
],
alias: {
jquery: 'jquery/src/jquery'
jquery: 'jquery/dist/jquery.min'
},
fallback: {
buffer: false,