Closed timothejoubert closed 3 months ago
Hey @timothejoubert, thanks for contributing!
We're aware of this issue with parse5
, it's also impacting @nuxt/content
and @nuxtjs/mdc
. The issue has already been reported to parse5
, we're hoping they will be able to release a fix soon.
On our end we'll release a fix tomorrow/Thursday to remove our dependency on parse5
, which should silence the warning on your end and make HMR work again.
Edit: In the meantime, you can pin @prismicio/client
to version ~7.6.0
to fix this issue: npm install @prismicio/client@~7.6.0
(it's a dependency of @nuxtjs/prismic
so you might not have it already, but this should solve the issue temporarily)
Thanks for your understanding!
Hi there, this issue should be fixed with the latest version of @prismicio/client
.
You should be able to get it using npm update @prismicio/client
, or by removing your lock file and node modules folder and reinstalling your project again.
Thanks for your patience! 🙏 Feel free to reopen if you still experience the same trouble.
Bug description
Parser5 don't generate index.js.map file
Environment
Build Modules: -
Reproduction
Can be reproduce on your online playground
Logs
Additional context
Revert Prismic version don't fix this bug. This issue break my HMR in my app. Does anyone have a temporary solution for this?