Use minified jquery

(cherry picked from commit bb77bb640c0529ca3e6386ec657e64ebafad02f4)
This commit is contained in:
Benjamin Staneck 2023-04-27 16:33:59 +02:00 committed by Qstick
parent fbb05dcec9
commit 734e8fdf6f
1 changed files with 1 additions and 1 deletions

View File

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