We are upgrading our Angular application to Anvular v16. package.json currently has:
“@servicestack/client”: “1.0.59”
in “devDependencies” section.
ng build reports the following warning:
Warning: …\src\app\shared\services\data.service.ts depends on ‘@servicestack/client’. CommonJS or AMD dependencies can cause optimization bailouts.
For more info see: Angular
Should I update the version of @servicestack/client and will any code changes be required?