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.
ROLLDOWN_OPTIONS_VALIDATION=loose
1 parent e1ef2e5 commit 1667c24Copy full SHA for 1667c24
docs/.vitepress/config.ts
@@ -9,9 +9,6 @@ import llmstxt from 'vitepress-plugin-llms'
9
import type { PluginOption } from 'vite'
10
import { buildEnd } from './buildEnd.config'
11
12
-// NOTE: allow additional options to be passed to rolldown for now
13
-process.env.ROLLDOWN_OPTIONS_VALIDATION = 'loose'
14
-
15
const ogDescription = 'Next Generation Frontend Tooling'
16
const ogImage = 'https://vite.dev/og-image.jpg'
17
const ogTitle = 'Vite'
0 commit comments