Skip to content

Commit f41d534

Browse files
committed
write bundles sequentially
1 parent 596b019 commit f41d534

File tree

3 files changed

+136
-151
lines changed

3 files changed

+136
-151
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"author": "LiveKit <hello@livekit.io>",
4747
"license": "Apache-2.0",
4848
"scripts": {
49-
"build": "node ./rolldown-build.js && pnpm downlevel-dts",
49+
"build": "node ./rolldown-build.mjs",
5050
"build:watch": "rollup --watch --config --bundleConfigAsCjs",
5151
"build:worker:watch": "rollup --watch --config rollup.config.worker.js --bundleConfigAsCjs",
5252
"build-docs": "typedoc && mkdir -p docs/assets/github && cp .github/*.png docs/assets/github/ && find docs -name '*.html' -type f -exec sed -i.bak 's|=\"/.github/|=\"assets/github/|g' {} + && find docs -name '*.bak' -delete",
@@ -110,8 +110,8 @@
110110
"happy-dom": "^17.2.0",
111111
"jsdom": "^26.1.0",
112112
"prettier": "^3.4.2",
113-
"rolldown": "1.0.0-beta.39",
114-
"rolldown-plugin-dts": "^0.16.8",
113+
"rolldown": "1.0.0-beta.54",
114+
"rolldown-plugin-dts": "^0.18.3",
115115
"rollup-plugin-esbuild": "^6.2.1",
116116
"publint": "^0.3.14",
117117
"size-limit": "^11.2.0",

pnpm-lock.yaml

Lines changed: 83 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)