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:
@@ -44,7 +44,7 @@ module.exports = (env) => {
|
|||||||
'node_modules'
|
'node_modules'
|
||||||
],
|
],
|
||||||
alias: {
|
alias: {
|
||||||
jquery: 'jquery/src/jquery'
|
jquery: 'jquery/dist/jquery.min'
|
||||||
},
|
},
|
||||||
fallback: {
|
fallback: {
|
||||||
buffer: false,
|
buffer: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user