We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f43c commit 71e2a00Copy full SHA for 71e2a00
integration/helpers/vite.ts
@@ -99,7 +99,9 @@ export const viteConfig = {
99
build: ({ assetsInlineLimit, assetsDir }: ViteConfigBuildArgs = {}) => {
100
return dedent`
101
build: {
102
- // Detect rolldown-vite:
+ // 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.
105
rollupOptions: "transformWithOxc" in (await import("vite"))
106
? {
107
onwarn(warning, warn) {
0 commit comments