Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SourceMap point to missing source files with RC13 #29

Closed
BenjaminOddou opened this issue Nov 6, 2022 · 6 comments
Closed

SourceMap point to missing source files with RC13 #29

BenjaminOddou opened this issue Nov 6, 2022 · 6 comments

Comments

@BenjaminOddou
Copy link

BenjaminOddou commented Nov 6, 2022

Hello @harlan-zw,

I remarked that since nuxt RC-13 update, I had this warning related to schema-org plugin :

⚠️ WARN  Sourcemap for "/Users/User/Documents/portfolio/node_modules/nuxt-schema-org/dist/runtime/plugin.mjs" points to missing source files

Latest version of the plugin :

{
    "nuxt-schema-org": "^1.1.0-beta.5",
}

EDIT : warning is ocurring when running npm run dev command

@samanar
Copy link

samanar commented Nov 7, 2022

same problem here . any ideas ??

@SebastianBoergers
Copy link

Same Issue here when upgrading from RC12 to 13.

@Peggy535
Copy link

Snap - went from rc-12 to rc-13 yesterday. I uninstalled/re-installed the module but this didn't work. I had to do that with the tailwind module yesterday which seemed to fix a glitch? Puzzling...

@harlan-zw
Copy link
Collaborator

Hey, thanks for reporting this.

Please ignore until a fix is ready, which will likely be a week or so (doing some updates with @vueuse/head)

@Peggy535
Copy link

Awesome, thanks! The module is brilliant btw. Really amazing work, it's so helpful.

A bit of a temporary 'hacky' solution but okay for the meantime if you're needing to test/ be in a dev environment. I looked at the package.json file for the nuxt-schema-org node module and updated @nuxt/kit and @nuxt/schema to 3.0.0-rc.13 from 3.0.0-rc.11. This seems to work and produce the correct schema on my rendered pages when running npm run dev. I still get the warning, but it produces the correct schema.

@harlan-zw
Copy link
Collaborator

This should be resolved with v2. Let me know if you have any issues with the migration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants