chore(ci): fix bundle size measurement and format report (#512)

This commit is contained in:
rahim
2026-02-12 22:45:06 +11:00
committed by GitHub
parent 98ee4e8405
commit f2efa2456b
8 changed files with 221 additions and 95 deletions
+17 -17
View File
@@ -4,13 +4,14 @@
"version": "0.1.0-alpha.1",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"keywords": [
"media",
"player",
"html",
"ui",
"components",
"videojs"
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
"sideEffects": [
"./dist/*/define/**/*.js"
],
"files": [
"dist"
],
"exports": {
".": {
@@ -49,15 +50,6 @@
"default": "./dist/default/define/media/*.js"
}
},
"sideEffects": [
"./dist/*/define/**/*.js"
],
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsdown",
"build:watch": "tsdown --watch ./src --no-clean",
@@ -81,5 +73,13 @@
},
"publishConfig": {
"access": "public"
}
},
"keywords": [
"media",
"player",
"html",
"ui",
"components",
"videojs"
]
}