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
We are using lit elements and importing CSS directly in JS. the output JS file has inline sourcemaps comment for the said CSS, but they don't seem to be valid, as in our JS is failing to load with that comment in there. The generated file would have multiple sourceMappingUrl sections, the regular one at the end, and one for each imported css file.
Is it expected to work this way?
The text was updated successfully, but these errors were encountered:
akefeli
changed the title
document sourceMap option
document sourceMap option?
Dec 27, 2023
akefeli
changed the title
document sourceMap option?
Sourcemaps for lit-css imports are broken
Dec 27, 2023
We are using lit elements and importing CSS directly in JS. the output JS file has inline sourcemaps comment for the said CSS, but they don't seem to be valid, as in our JS is failing to load with that comment in there. The generated file would have multiple
sourceMappingUrl
sections, the regular one at the end, and one for each imported css file.Is it expected to work this way?
The text was updated successfully, but these errors were encountered: