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
fix(sandbox): anchor vite config injection on the plugins key, not the array
The resolve/server injection matched the whole plugins array with
[^\]]*, which cuts short at the first ']' — and the sveltekit template's
runes regex /[/\\]/ contains one, so the injection landed inside the
regex literal and produced an unparseable vite.config.ts (the build/dev
failures on storybookjs#35130). Injecting the siblings before the plugins key never
touches the array contents.
0 commit comments