cli: add initial experimental support for dynamic plugins

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-07-15 13:14:03 +02:00
parent 1a966daca7
commit 133464cfe0
11 changed files with 696 additions and 80 deletions
@@ -58,6 +58,11 @@ const packageRoleInfos: PackageRoleInfo[] = [
platform: 'web',
output: ['types', 'esm'],
},
{
role: 'frontend-dynamic-container' as PackageRole, // experimental
platform: 'web',
output: ['bundle'],
},
{
role: 'backend-plugin',
platform: 'node',