Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 556 Bytes

worker-options.md

File metadata and controls

22 lines (12 loc) · 556 Bytes

Worker Options

Options related to Web Workers.

worker.format

  • Type: 'es' | 'iife'
  • Default: 'iife'

Output format for worker bundle.

worker.plugins

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

Rollup options to build worker bundle.