Integrate plugin runtime as npm library (#6852)

This commit is contained in:
Juanfran 2025-07-07 09:46:07 +02:00 committed by GitHub
parent bcb69b6227
commit 0a7d6d98e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 58 additions and 8619 deletions

View file

@ -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],
};