Closed nathanchase closed 2 years ago
Checked on unpkg, sourcemaps are existed, seems like something wrong with your local environment?
Hmm, ok. Maybe it's a byproduct of using pnpm, or the way Vite accesses them. Will look into it. This was the only package in my Nuxt 3 app that was giving me this warning, so I thought I'd mention it. Thanks for checking!
Npm packages does not include source maps files that the source map files point to.
I'm getting warnings during my dev/build stating that the source maps are missing:
Is this something that is misconfigured with the repo?