I'm using firebase admin sdk in an Angular9 project (ivy-enabled) but when I build the project I got the following error
ERROR in ./node_modules/google-gax/build/src/operations_client_config 2:14
Module parse failed: Unexpected token (2:14)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| {
> "interfaces": {
| "google.longrunning.Operations": {
| "retry_codes": {
in Angular9 we don't have a direct access to webpack, (in previous versions of Angular all solutions with webpack failed to solve this issue)
I'm using firebase admin sdk in an Angular9 project (ivy-enabled) but when I build the project I got the following error
in Angular9 we don't have a direct access to webpack, (in previous versions of Angular all solutions with webpack failed to solve this issue)