Skip to content

Commit 2cc1693

Browse files
committed
chore: update
1 parent 8524d72 commit 2cc1693

File tree

5 files changed

+136
-78
lines changed

5 files changed

+136
-78
lines changed

packages/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"lightningcss": "^1.30.1",
8787
"picomatch": "^4.0.2",
8888
"postcss": "^8.5.5",
89-
"rolldown": "1.0.0-beta.18",
89+
"rolldown": "1.0.0-beta.19",
9090
"tinyglobby": "^0.2.14"
9191
},
9292
"optionalDependencies": {
@@ -98,7 +98,7 @@
9898
"@jridgewell/trace-mapping": "^0.3.25",
9999
"@oxc-project/types": "0.73.2",
100100
"@polka/compression": "^1.0.0-next.25",
101-
"@rolldown/pluginutils": "1.0.0-beta.18",
101+
"@rolldown/pluginutils": "1.0.0-beta.19",
102102
"@rollup/plugin-alias": "^5.1.1",
103103
"@rollup/plugin-commonjs": "^28.0.5",
104104
"@rollup/plugin-dynamic-import-vars": "2.1.4",

packages/vite/src/node/__tests__/plugins/import.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ describe('transformCjsImport', () => {
7575
),
7676
).toBe(
7777
'import __vite__cjsImport0_react from "./node_modules/.vite/deps/react.js"; ' +
78-
'const react = ((m) => m?.__esModule ? m : {\n' +
79-
'\t...typeof m === "object" && !Array.isArray(m) || typeof m === "function" ? m : {},\n' +
80-
'\tdefault: m\n' +
81-
'})(__vite__cjsImport0_react)',
78+
'const react = ((m) => m?.__esModule ? m : { ...typeof m === "object" && !Array.isArray(m) || typeof m === "function" ? m : {}, default: m })(__vite__cjsImport0_react)',
8279
)
8380
})
8481

packages/vite/src/node/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,6 @@ export const configDefaults = Object.freeze({
718718
importGlobRestoreExtension: false,
719719
renderBuiltUrl: undefined,
720720
hmrPartialAccept: false,
721-
skipSsrTransform: false,
722721
enableNativePlugin: process.env._VITE_TEST_NATIVE_PLUGIN ? true : false,
723722
},
724723
future: {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"convert-source-map": "^2.0.0",
1111
"css-color-names": "^1.0.1",
1212
"kill-port": "^1.6.1",
13-
"rolldown": "1.0.0-beta.18"
13+
"rolldown": "1.0.0-beta.19"
1414
}
1515
}

0 commit comments

Comments
 (0)