Skip to content

Commit 3027ada

Browse files
Boshenclaude
andcommitted
fix: format BUNDLING.md and sync-remote-deps.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c1fbc0b commit 3027ada

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

packages/core/BUNDLING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The core package uses a **multi-project bundling strategy** that combines 5 upst
1010
| ----------------------- | ------------------------------- | ------------------------- |
1111
| `@rolldown/pluginutils` | `rolldown/packages/pluginutils` | Rolldown plugin utilities |
1212
| `rolldown` | `rolldown/packages/rolldown` | Rolldown bundler |
13-
| `vite` | `vite/packages/vite` | Vite v8 beta |
13+
| `vite` | `vite/packages/vite` | Vite v8 beta |
1414
| `tsdown` | `node_modules/tsdown` | TypeScript build tool |
1515
| `vitepress` | `node_modules/vitepress` | Documentation tool |
1616

@@ -291,7 +291,7 @@ dist/
291291
| ----------------------- | ------------------------------------- | -------------- |
292292
| `@rolldown/pluginutils` | `../../rolldown/packages/pluginutils` | Git submodule |
293293
| `rolldown` | `../../rolldown/packages/rolldown` | Git submodule |
294-
| `vite` | `../../vite/packages/vite` | Git submodule |
294+
| `vite` | `../../vite/packages/vite` | Git submodule |
295295
| `tsdown` | `node_modules/tsdown` | npm dependency |
296296
| `vitepress` | `node_modules/vitepress` | npm dependency |
297297

packages/tools/src/sync-remote-deps.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -728,13 +728,7 @@ export async function syncRemote() {
728728

729729
const corePackagePath = join(rootDir, CORE_PACKAGE_PATH, 'package.json');
730730
const rolldownPackagePath = join(rootDir, ROLLDOWN_DIR, 'packages', 'rolldown', 'package.json');
731-
const rolldownVitePackagePath = join(
732-
rootDir,
733-
VITE_DIR,
734-
'packages',
735-
'vite',
736-
'package.json',
737-
);
731+
const rolldownVitePackagePath = join(rootDir, VITE_DIR, 'packages', 'vite', 'package.json');
738732
const pluginutilsPackagePath = join(
739733
rootDir,
740734
ROLLDOWN_DIR,

0 commit comments

Comments
 (0)