You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/worker-options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Output format for worker bundle.
16
16
Vite plugins that apply to the worker bundles. Note that [config.plugins](./shared-options#plugins) only applies to workers in dev, it should be configured here instead for build.
17
17
The function should return new plugin instances as they are used in parallel rollup worker builds. As such, modifying `config.worker` options in the `config` hook will be ignored.
18
18
19
-
## worker.rollupOptions
19
+
## worker.rolldownOptions
20
20
21
21
<!-- TODO: update the link below to Rolldown's documentation -->
22
22
@@ -29,4 +29,4 @@ Rollup options to build worker bundle.
29
29
-**Type:**`RolldownOptions`
30
30
-**Deprecated**
31
31
32
-
This option is an alias of `worker.rolldownOptions` option. Use `build.rolldownOptions` option instead.
32
+
This option is an alias of `worker.rolldownOptions` option. Use `worker.rolldownOptions` option instead.
0 commit comments