🧹 Strip i18n file paths from build
We have added the 'off'
option to experimental.generatedLocaleFilePathFormat
, which removes i18n file paths (e.g. locale files, vue-i18n configs) from the build. Note that enabling this will also mean these paths are no longer accessible in properties such as locales
and localeProperties
. See the options documentation for more details on this feature.
Since we no longer need these paths at runtime this will be the default behavior in v10 (and the option to configure this will be removed entirely).
🚀 Features
- Support
'off'
option forexperimental.generatedLocaleFilePathFormat
- by @BobbieGoede in #3508 (e8e8d) - Add llms.txt routes - by @HugoRCD in #3510 (62627)
🐞 Bug Fixes
- Handle access to undefined esbuild property - by @hansemannn in #3472 (a2b5e)
useCookieLocale
not being set server-side - by @BobbieGoede in #3491 (86a90)- Replace deprecated
tryResolveModule
withresolveModule
- by @BobbieGoede in #3494 (f6f2a) differentDomains
withno_prefix
missing alternate links - by @ap-arto in #3493 (7e16a)- Delay module setup until
modules:done
- by @BobbieGoede in #3501 (60dec)