Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"cross-spawn": "^7.0.6",
"mri": "^1.2.0",
"picocolors": "^1.1.1",
"tsdown": "^0.14.1"
"tsdown": "^0.14.2"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"acorn": "^8.15.0",
"fdir": "^6.5.0",
"picocolors": "^1.1.1",
"tsdown": "^0.14.1",
"tsdown": "^0.14.2",
"vite": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"@babel/parser": "^7.28.4",
"@jridgewell/remapping": "^2.3.5",
"@jridgewell/trace-mapping": "^0.3.30",
"@oxc-project/types": "0.81.0",
"@oxc-project/types": "0.87.0",
"@polka/compression": "^1.0.0-next.25",
"@rolldown/pluginutils": "^1.0.0-beta.35",
"@rolldown/pluginutils": "^1.0.0-beta.36",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-dynamic-import-vars": "2.1.4",
Expand Down Expand Up @@ -138,8 +138,8 @@
"postcss-modules": "^6.0.1",
"premove": "^4.0.0",
"resolve.exports": "^2.0.3",
"rolldown": "^1.0.0-beta.32",
"rolldown-plugin-dts": "^0.15.6",
"rolldown": "^1.0.0-beta.36",
"rolldown-plugin-dts": "^0.16.1",
"rollup-plugin-license": "^3.6.0",
"sass": "^1.92.1",
"sass-embedded": "^1.92.1",
Expand Down
5 changes: 2 additions & 3 deletions packages/vite/rolldown.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const sharedNodeOptions = defineConfig({
sideEffects: false,
},
],
// TODO: not supported yet
// propertyReadSideEffects: false,
propertyReadSideEffects: false,
},
output: {
dir: './dist',
Expand Down Expand Up @@ -157,7 +156,7 @@ const moduleRunnerConfig = defineConfig({
minify: {
compress: true,
mangle: false,
removeWhitespace: false,
codegen: false,
},
},
})
Expand Down
10 changes: 9 additions & 1 deletion packages/vite/rolldown.dts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,15 @@ export default defineConfig({
patchTypes(),
addNodePrefix(),
dts({
tsconfig: './src/node/tsconfig.build.json',
tsconfig: './tsconfig.base.json',
compilerOptions: {
noEmit: false,
skipLibCheck: true, // lib check is done on final types
stripInternal: true,
paths: {
'vite/module-runner': ['./src/module-runner'],
},
},
emitDtsOnly: true,
resolve: true,
}),
Expand Down
4 changes: 0 additions & 4 deletions packages/vite/src/node/tsconfig.build.json

This file was deleted.

Loading
Loading