mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02:00
Use minified jquery
(cherry picked from commit bb77bb640c0529ca3e6386ec657e64ebafad02f4)
This commit is contained in:
parent
934563656c
commit
e495f8bcc9
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',
|
||||||
'react-middle-truncate': 'react-middle-truncate/lib/react-middle-truncate'
|
'react-middle-truncate': 'react-middle-truncate/lib/react-middle-truncate'
|
||||||
},
|
},
|
||||||
fallback: {
|
fallback: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue