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
Based on the description of some issues here and StackOverflow about updateLocale, I tried to create a new locale but still my locale can't resolve in build.
Package
Version
nuxt
^2.17.0
@nuxtjs/dayjs
^1.4.1
nuxt.config.js
plugins: ['~/plugins/dayjs.js',],modules: ['@nuxtjs/dayjs'],dayjs: {locales: ['en','de','la'],// la for Latin languagedefaultLocale: 'de',plugins: ['utc','timezone','customParseFormat','advancedFormat',],},
Based on the description of some issues here and StackOverflow about
updateLocale
, I tried to create a new locale but still my locale can't resolve in build.^2.17.0
^1.4.1
nuxt.config.js
~/plugins/dayjs.js
Problem
I get Nuxt Fatal Error for not founding the
la
locale on build:The text was updated successfully, but these errors were encountered: