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
Starting from 2.0 running astro build causes this warning when using sourcemaps. I haven't tested it thoroughly, but it seems like this is just a warning and sourcemaps for my code are still there.
Warning:
09:45:56 PM [build] Building static entrypoints...
Sourcemap is likely to be incorrect: a plugin (astro:scanner) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
Sourcemap is likely to be incorrect: a plugin (astro:scanner) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
09:45:56 PM [build] Completed in 328ms.
stackblitz is just a fork of default astro template where I enabled sourcemaps and ran build:
What version of
astro
are you using?2.0.4
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn
What operating system are you using?
Mac
Describe the Bug
Starting from 2.0 running
astro build
causes this warning when using sourcemaps. I haven't tested it thoroughly, but it seems like this is just a warning and sourcemaps for my code are still there.Warning:
stackblitz is just a fork of default astro template where I enabled sourcemaps and ran
build
:Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ytzf7d?file=astro.config.mjs&startScript=build
Participation
The text was updated successfully, but these errors were encountered: