Skip to content

Commit 7f3b8b6

Browse files
authored
completely remove vite in favor of rolldown-vite (#5645)
1 parent 6fbd8b1 commit 7f3b8b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reflex/constants/installer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ def DEPENDENCIES(cls) -> dict[str, str]:
143143
"postcss-import": "16.1.1",
144144
"@react-router/dev": _react_router_version,
145145
"@react-router/fs-routes": _react_router_version,
146-
"rolldown-vite": "7.0.11",
146+
"vite": "npm:rolldown-vite@7.0.12",
147147
}
148148
OVERRIDES = {
149149
# This should always match the `react` version in DEPENDENCIES for recharts compatibility.
150150
"react-is": _react_version,
151151
"cookie": "1.0.2",
152-
"rollup": "4.46.2",
152+
"vite": "npm:[email protected]",
153153
}

0 commit comments

Comments
 (0)