Skip to content

Commit 1667c24

Browse files
committed
chore: remove ROLLDOWN_OPTIONS_VALIDATION=loose from vitepress config
1 parent e1ef2e5 commit 1667c24

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/.vitepress/config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ import llmstxt from 'vitepress-plugin-llms'
99
import type { PluginOption } from 'vite'
1010
import { buildEnd } from './buildEnd.config'
1111

12-
// NOTE: allow additional options to be passed to rolldown for now
13-
process.env.ROLLDOWN_OPTIONS_VALIDATION = 'loose'
14-
1512
const ogDescription = 'Next Generation Frontend Tooling'
1613
const ogImage = 'https://vite.dev/og-image.jpg'
1714
const ogTitle = 'Vite'

0 commit comments

Comments
 (0)