|
74 | 74 | "preview:size-vue-i18n": "pnpm --filter @intlify/size-check-vue-i18n preview", |
75 | 75 | "release": "bumpp package.json packages/**/package.json --commit \"release: v\" --push --tag", |
76 | 76 | "size": "tsx ./scripts/build.ts --size && tsx ./scripts/size.ts", |
| 77 | + "size:rolldown": "tsx ./scripts/build-rolldown.ts", |
77 | 78 | "size:report": "tsx ./scripts/report-size.ts", |
78 | 79 | "test": "run-s lint test:cover check-install test:e2e", |
79 | 80 | "test:cover": "pnpm test:unit --coverage", |
|
85 | 86 | "@intlify/core-base": "workspace:*", |
86 | 87 | "@intlify/message-compiler": "workspace:*", |
87 | 88 | "@microsoft/api-extractor": "7.15.2", |
| 89 | + "@rolldown/plugin-node-polyfills": "^1.0.0", |
88 | 90 | "@rollup/plugin-commonjs": "^25.0.0", |
89 | 91 | "@rollup/plugin-json": "^6.0.0", |
90 | 92 | "@rollup/plugin-node-resolve": "^15.0.2", |
91 | 93 | "@rollup/plugin-replace": "^5.0.2", |
92 | 94 | "@rollup/plugin-terser": "^0.4.3", |
93 | 95 | "@secretlint/secretlint-rule-preset-recommend": "^3.1.0", |
| 96 | + "@swc/core": "^1.10.4", |
94 | 97 | "@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.0", |
95 | 98 | "@types/eslint": "^9.6.1", |
96 | 99 | "@types/js-yaml": "^4.0.5", |
|
124 | 127 | "playwright-core": "^1.45.3", |
125 | 128 | "prettier": "^3.3.3", |
126 | 129 | "rc": "^1.2.8", |
| 130 | + "rolldown": "1.0.0-beta.1", |
127 | 131 | "rollup": "^4.21.2", |
128 | 132 | "rollup-plugin-node-builtins": "^2.1.2", |
129 | 133 | "rollup-plugin-node-globals": "^1.4.0", |
|
0 commit comments