unocss: Sourcemap for "/__uno.css" points to missing source files

After upgrading nuxt to 3.1.1 yesterday, it prompts Sourcemap for "/__uno.css" points to missing source files. Is this a problem with nuxt or uncss?

image

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Reactions: 71
  • Comments: 18

Commits related to this issue

Most upvoted comments

If you’re encountering the same issue, please react to the OP with a thumbs up. Avoid writing “same” comments as I’m sure everyone subscribed to this thread are anticipating a legitimate response. 👍

// nuxt.config.ts
  sourcemap: {
    server: true,
    client: false,
  },

This is the way I can think of so far, I don’t know if it is the only way.

I am same too

FYI, this issue is resolved in Vite v4.2.1. Can confirm this issue is resolved in Nuxt Edge and will be too in the next Nuxt stable release.

nuxt 3.1.2 still happen

same here +1