You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install and configure the Nuxt i18n module with version 9.0.0.
Run the Nuxt project in development mode (npm run dev or yarn dev).
Open the browser DevTools and attempt to debug the Nuxt i18n code.
Sourcemaps are not loaded, and the original source code is not available for debugging.
Describe the bug
Since upgrading to version 9.0.0 of the Nuxt i18n module, sourcemaps are no longer being loaded, preventing me from debugging the code in the browser. This issue makes it difficult to trace and debug the source code using browser DevTools.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Reproductions make it possible for us to triage and fix issues quickly with a relatively small team. It helps us discover the source of the problem, and also can reveal assumptions you or we might be making.
What will happen?
If you've provided a reproduction, we'll remove the label and try to reproduce the issue. If we can, we'll mark it as a bug and prioritise it based on its severity and how many people we think it might affect.
If needs reproduction labeled issues don't receive any substantial activity (e.g., new comments featuring a reproduction link), we'll close them. That's not because we don't care! At any point, feel free to comment with a reproduction and we'll reopen it.
How can I create a reproduction?
We have a couple of templates for starting with a minimal reproduction:
Environment
Reproduction
Steps to reproduce:
Install and configure the Nuxt i18n module with version 9.0.0.
Run the Nuxt project in development mode (npm run dev or yarn dev).
Open the browser DevTools and attempt to debug the Nuxt i18n code.
Sourcemaps are not loaded, and the original source code is not available for debugging.
Describe the bug
Since upgrading to version 9.0.0 of the Nuxt i18n module, sourcemaps are no longer being loaded, preventing me from debugging the code in the browser. This issue makes it difficult to trace and debug the source code using browser DevTools.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: