mirror of
https://github.com/Radarr/Radarr
synced 2025-02-13 10:05:55 +00:00
Use minified jquery
Fixes #8398 Co-Authored-By: Benjamin Staneck <staneck@gmail.com>
This commit is contained in:
parent
6f5bac7eed
commit
91ff76c0c8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue