Skip to content

Commit 9ce2683

Browse files
committed
chore: set ROLLDOWN_OPTIONS_VALIDATION=loose for vitepress
1 parent 5546976 commit 9ce2683

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/.vitepress/config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import {
77
} from 'vitepress-plugin-group-icons'
88
import { buildEnd } from './buildEnd.config'
99

10+
// NOTE: allow additional options to be passed to rolldown for now
11+
process.env.ROLLDOWN_OPTIONS_VALIDATION = 'loose'
12+
1013
const ogDescription = 'Next Generation Frontend Tooling'
1114
const ogImage = 'https://vite.dev/og-image.jpg'
1215
const ogTitle = 'Vite'

0 commit comments

Comments
 (0)