On this page
Worker Options
Options related to Web Workers.
worker.format
- Type:
'es' | 'iife'
- Default:
'iife'
Output format for worker bundle.
worker.plugins
- Type:
(Plugin | Plugin[])[]
Vite plugins that apply to worker bundle. Note that config.plugins only applies to workers in dev, it should be configured here instead for build.
worker.rollupOptions
- Type:
RollupOptions
Rollup options to build worker bundle.
© 2019–present, Yuxi (Evan) You and Vite contributors
Licensed under the MIT License.
https://v4.vitejs.dev/config/worker-options