prashantpalikhe / nuxt-ssr-lit

SSR support for Lit elements in Nuxt3
Other
42 stars 7 forks source link

Multiple failed to load source map warnings #101

Open rysujana opened 9 months ago

rysujana commented 9 months ago

Describe the bug The warning arises when I use the nuxt-ssr-lit. Specifically, I get warnings related to the failure to load source maps when I configure the package as ['nuxt-ssr-lit', { litElementPrefix: ['acme-'] }] which is actually the default setting.

To Reproduce Steps to reproduce the behavior:

  1. Import nuxt-ssr-lit like usual
  2. Define the module with default 'nuxt-ssr-lit'

Expected behavior I would expect that the package works seamlessly without emitting warnings about source maps when correctly configured.

Screenshots image

Additional context I would love to know if this is normal or not and whether they should be ignored.

prashantpalikhe commented 9 months ago

Hi @rysujana

These warnings are harmless, although very annoying indeed. We definitely need to look into it, but it should not be blocking for you.