mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Integrate plugin runtime as npm library (#6852)
This commit is contained in:
@@ -32,6 +32,9 @@ const config = {
|
||||
entryPoints: ["target/index.js"],
|
||||
bundle: true,
|
||||
format: "iife",
|
||||
banner: {
|
||||
js: '"use strict";',
|
||||
},
|
||||
outfile: "resources/public/js/libs.js",
|
||||
plugins: [fixReactVirtualized, rebuildNotify],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user