mirror of
https://github.com/penpot/penpot.git
synced 2025-07-09 23:07:19 +02:00
✨ Integrate plugin runtime as npm library (#6852)
This commit is contained in:
parent
bcb69b6227
commit
0a7d6d98e1
9 changed files with 58 additions and 8619 deletions
|
@ -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],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue