Skip to content

Commit 7c34dda

Browse files
authored
docs: replace rollupOptions with rolldownOptions (#2317)
1 parent 1bac92f commit 7c34dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
'/* バンドルされた依存関係のライセンスは https://example.com/license.md を参照 */',

0 commit comments

Comments
 (0)