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 Bogdan
parent 97edf495bd
commit a4854b7b5f

View File

@@ -50,7 +50,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,