vikejs / vike

🔨 Flexible, lean, community-driven, dependable, fast Vite-based frontend framework.

Home Page:https://vike.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Sourcemaps caused by vike:envVars plugin

mpiniarski opened this issue · comments

Description

After migrating to vike from vite-plugin-ssr there are errors during source map generation:

(vike:envVars plugin) Sourcemap is likely to be incorrect: a plugin (vike:envVars) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

and source maps are indeed incorrect.

commented

Thanks for opening the bug report. I'll fix it later today.

commented

Fix pre-released in 0.4.161-commit-0e9c635.

I can confirm the fix works. Thanks @brillout .
When can we expect a release?