我这样做是为了以最新角度加载我的语言环境文件,并且以前可以使用...
return import(`@angular/common/locales/${localeId}.js`).then(module => registerLocaleData(module.default))
但是现在我遇到了这个错误:
Module parse failed: Unexpected token (173:15)
You may need an appropriate loader to handle this file type.
任何提示如何解决?