Skip to content

Change Vite worker format to ensure compatibility with Vite 5.1.x

Stanislav Lashmanov requested to merge slashmanov/vite-5-1-5-compatibility into master

What does this MR do and why?

Fixes !144179 (comment 1779359290)+ by changing Vite Worker format from iife to es.

How to set up and validate locally

  1. Enable Vite and go to a blob view
  2. Ensure code is highlighted and no errors are printed in a the console

Merge request reports