Closed miteyema closed 4 years ago
Should be fixed in nuxt-i18n (https://github.com/nuxt-community/i18n-module/commit/c0d136b83a4998926500ed90e34c4223f98034b9)
Apparently Nuxt doesn't support async functions for extendBuild
. Or it does if there is only a single module using extendBuild
...
thanks @rchl for your quick fix 🙏
@miteyema can you confirm that the issue for the sitemap module is solved?
Apparently Nuxt doesn't support async functions for extendBuild. Or it does if there is only a single module using extendBuild...
@rchl Do you mind making a bug report on nuxt for this?
@pi0 Filed https://github.com/nuxt/nuxt.js/issues/8037
@NicoPennec With the bug fix update of @pi0 , all seems to work again. Thanks again for the very fast solution guys!
Version
2.4.0
Reproduction link
https://github.com/miteyema/nuxt-i18n-demo
Steps to reproduce
What is expected ?
nuxt app builds successfully
What is actually happening?
nuxt app fails to build
Additional comments?