Skip to content

Commit f873919

Browse files
authored
docs: replace rollupOptions with rolldownOptions (#21307)
1 parent 26482f2 commit f873919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/build-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ import { defineConfig } from 'vite'
235235
export default defineConfig({
236236
build: {
237237
license: true,
238-
rollupOptions: {
238+
rolldownOptions: {
239239
output: {
240240
postBanner:
241241
'/* See licenses of bundled dependencies at https://example.com/license.md */',

0 commit comments

Comments
 (0)