更新很顺利,但现在当我构建时,我收到以下错误.
Error: Expected to find an ngsw-config.json configuration file in the
/Users/nathanielmay/Code/firebaseTest folder. Either provide one or
disable Service Worker in your angular.json configuration file.
我看着我的angular.json,发现在这一行:
"ngswConfigPath": "/src/ngsw-config.json",
Property ngswConfigPath is not allowed.
我找不到新的angular.json的api,但似乎我需要以不同的方式指定路径.
ng update @ angular / pwa也没有用.