2025-10-18 22:32:39 +08:00
|
|
|
[
|
|
|
|
|
{
|
2025-12-08 21:26:35 +08:00
|
|
|
"name": "@esengine/ecs-framework (ESM)",
|
2025-10-18 22:32:39 +08:00
|
|
|
"path": "packages/core/dist/esm/index.js",
|
|
|
|
|
"import": "*",
|
|
|
|
|
"limit": "50 KB",
|
|
|
|
|
"webpack": false,
|
|
|
|
|
"gzip": true
|
|
|
|
|
},
|
|
|
|
|
{
|
2025-12-08 21:26:35 +08:00
|
|
|
"name": "@esengine/ecs-framework (UMD)",
|
2025-10-18 22:32:39 +08:00
|
|
|
"path": "packages/core/dist/umd/ecs-framework.js",
|
|
|
|
|
"limit": "60 KB",
|
|
|
|
|
"webpack": false,
|
|
|
|
|
"gzip": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Core Runtime (Tree-shaking)",
|
|
|
|
|
"path": "packages/core/dist/esm/index.js",
|
|
|
|
|
"import": "{ Core, Scene, Entity, Component }",
|
|
|
|
|
"limit": "30 KB",
|
|
|
|
|
"webpack": false,
|
|
|
|
|
"gzip": true
|
|
|
|
|
}
|
|
|
|
|
]
|