Skip to content

Commit

Permalink
Merge branch 'rolldown-build' into feat/rolldown-build-opt
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY authored Aug 15, 2024
2 parents c1d60d1 + 3937c61 commit 21773a9
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 55 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"esbuild": "^0.21.3",
"postcss": "^8.4.40",
"rollup": "^4.13.0",
"rolldown": "latest"
"rolldown": "0.12.2-snapshot-7ac1381-20240815002759"
},
"optionalDependencies": {
"fsevents": "~2.3.3"
Expand Down
1 change: 0 additions & 1 deletion packages/vite/src/node/plugins/asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export function assetPlugin(config: ResolvedConfig): Plugin {
if (rawRE.test(id)) {
const file = checkPublicFile(id, config) || cleanUrl(id)
if (config.command !== 'build') {
// @ts-expect-error
this.addWatchFile(file)
}
// raw query, read file and return as string
Expand Down
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21773a9

Please sign in to comment.