Skip to content

Commit e91adf1

Browse files
committed
chore: swtich to rolldown bundling
1 parent b2ab7fd commit e91adf1

File tree

4 files changed

+1019
-0
lines changed

4 files changed

+1019
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"preview:size-vue-i18n": "pnpm --filter @intlify/size-check-vue-i18n preview",
7575
"release": "bumpp package.json packages/**/package.json --commit \"release: v\" --push --tag",
7676
"size": "tsx ./scripts/build.ts --size && tsx ./scripts/size.ts",
77+
"size:rolldown": "tsx ./scripts/build-rolldown.ts",
7778
"size:report": "tsx ./scripts/report-size.ts",
7879
"test": "run-s lint test:cover check-install test:e2e",
7980
"test:cover": "pnpm test:unit --coverage",
@@ -85,12 +86,14 @@
8586
"@intlify/core-base": "workspace:*",
8687
"@intlify/message-compiler": "workspace:*",
8788
"@microsoft/api-extractor": "7.15.2",
89+
"@rolldown/plugin-node-polyfills": "^1.0.0",
8890
"@rollup/plugin-commonjs": "^25.0.0",
8991
"@rollup/plugin-json": "^6.0.0",
9092
"@rollup/plugin-node-resolve": "^15.0.2",
9193
"@rollup/plugin-replace": "^5.0.2",
9294
"@rollup/plugin-terser": "^0.4.3",
9395
"@secretlint/secretlint-rule-preset-recommend": "^3.1.0",
96+
"@swc/core": "^1.10.4",
9497
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0",
9598
"@types/eslint": "^9.6.1",
9699
"@types/js-yaml": "^4.0.5",
@@ -124,6 +127,7 @@
124127
"playwright-core": "^1.45.3",
125128
"prettier": "^3.3.3",
126129
"rc": "^1.2.8",
130+
"rolldown": "1.0.0-beta.1",
127131
"rollup": "^4.21.2",
128132
"rollup-plugin-node-builtins": "^2.1.2",
129133
"rollup-plugin-node-globals": "^1.4.0",

0 commit comments

Comments
 (0)