Skip to content

Commit 2e466c2

Browse files
committed
chore: bump rolldown
1 parent a0c63f8 commit 2e466c2

File tree

3 files changed

+54
-57
lines changed

3 files changed

+54
-57
lines changed

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dependencies": {
8888
"lightningcss": "^1.28.2",
8989
"postcss": "^8.4.49",
90-
"rolldown": "1.0.0-beta.2-commit.5deb279"
90+
"rolldown": "1.0.0-beta.3-commit.ce40585"
9191
},
9292
"optionalDependencies": {
9393
"fsevents": "~2.3.3"

packages/vite/src/node/plugins/css.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,12 +492,9 @@ export function cssPostPlugin(config: ResolvedConfig): RolldownPlugin {
492492
return path.join(path.dirname(assetFileNames), cssAssetNameDir)
493493
} else {
494494
return path.dirname(
495-
// @ts-expect-error rolldown does not support function `assetFileNames`
496495
assetFileNames({
497496
type: 'asset',
498-
name: cssAssetName,
499497
names: [cssAssetName],
500-
originalFileName: null,
501498
originalFileNames: [],
502499
source: '/* vite internal call, ignore */',
503500
}),

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)