mirror of https://github.com/penpot/penpot.git
🐛 Fix dev build of frontend
This commit is contained in:
parent
3ec001de44
commit
6e352c167c
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Reference in New Issue