Skip to content

Commit 71e2a00

Browse files
committed
Update comment
1 parent cd5f43c commit 71e2a00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

integration/helpers/vite.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ export const viteConfig = {
9999
build: ({ assetsInlineLimit, assetsDir }: ViteConfigBuildArgs = {}) => {
100100
return dedent`
101101
build: {
102-
// Detect rolldown-vite:
102+
// Detect rolldown-vite. This should ideally use "rolldownVersion"
103+
// but that's not exported. Once that's available, this
104+
// check should be updated to use it.
103105
rollupOptions: "transformWithOxc" in (await import("vite"))
104106
? {
105107
onwarn(warning, warn) {

0 commit comments

Comments
 (0)