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
Copy file name to clipboardExpand all lines: docs/content/docs/02.guide/90.migrating.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ This feature has been disabled and the option to enable it has been removed, see
48
48
### Drop `experimental.generatedLocaleFilePathFormat`
49
49
File paths (e.g. locale files, vue-i18n configs) configured for this module are now removed entirely making this option obsolete.
50
50
51
+
### Removed `nuxtI18nOptions` from generated options files.
52
+
The generated options files in your projects are meant for internal use by this module at runtime and should never be used, more properties may be removed in the future.
53
+
54
+
The `nuxtI18nOptions` export has been removed from the generated options files (`#build/i18n.options.mjs` and `#internal/i18n/options.mjs`), since it is no longer used by the module and might expose vulnerable information in the final build.
0 commit comments