🐛 Fix dev build of frontend

This commit is contained in:
Andrey Antukh
2025-11-21 13:02:44 +01:00
parent 3ec001de44
commit 6e352c167c

View File

@@ -33,7 +33,7 @@ const config = {
bundle: true,
format: "iife",
banner: {
js: '"use strict";',
js: '"use strict"; var global = globalThis;',
},
outfile: "resources/public/js/libs.js",
plugins: [fixReactVirtualized, rebuildNotify],