mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix dev build of frontend
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user